Label Appearance
data class LabelAppearance @JvmOverloads() constructor(margin: Double?, text: MPIOptions.LabelAppearance.Text?, marker: MPIOptions.LabelAppearance.Marker?)
Content copied to clipboard
LabelAppearance holds the appearance properties of smart labels to be set when labeling polygons
Constructors
LabelAppearance
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Types
Color
Link copied to clipboard
data class Color @JvmOverloads() constructor(active: String?, inactive: String?)
Content copied to clipboard
Marker
Link copied to clipboard
data class Marker @JvmOverloads() constructor(size: Double?, foregroundColor: MPIOptions.LabelAppearance.Color?, backgroundColor: MPIOptions.LabelAppearance.Color?)
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(margin: Double? = null, text: MPIOptions.LabelAppearance.Text? = null, marker: MPIOptions.LabelAppearance.Marker? = null): MPIOptions.LabelAppearance
Content copied to clipboard