Flat Label Appearance
data class FlatLabelAppearance @JvmOverloads constructor( val height: Float? = null, val margin: Float? = null, val color: String? = null, val fontSize: Float? = null, val scaleMin: Float? = null, var scaleStep: Float? = null)
Content copied to clipboard
FlatLabelAppearance holds the appearance properties of flat labels to be set when labeling polygons
Constructors
Properties
Link copied to clipboard
How much to decrement the scale each time it doesn't fit, so we don't end up with too many different font sizes on screen at once. If * you are only labeling a few Polygons rather than everything,you can set this and and scaleMin to 0.1 to fit everything except really long names perfectly.(@default 0.25)