Flat Label
data class FlatLabel(val text: String? = null, val appearance: MPIOptions.FlatLabelAppearance? = null) : MPIOptions.AbstractFlatLabel
Content copied to clipboard
FlatLabel holds the properties of flat labels to be set when setting flat label to polygons
Constructors
Link copied to clipboard
fun FlatLabel(text: String? = null, appearance: MPIOptions.FlatLabelAppearance? = null)
Content copied to clipboard