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