Flat Label Internal
data class FlatLabelInternal( var flatLabels: Boolean, val text: String? = null, val appearance: MPIOptions.FlatLabelAppearance? = null) : MPIOptions.AbstractFlatLabel
Content copied to clipboard
FlatLabelInternal exposes the flat labels flag to be true internally while setting flat labels to polygons
Constructors
Link copied to clipboard
fun FlatLabelInternal( flatLabels: Boolean, text: String? = null, appearance: MPIOptions.FlatLabelAppearance? = null)
Content copied to clipboard