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