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