Floating Label Appearance
data class FloatingLabelAppearance @JvmOverloads constructor( val margin: Double? = null, val text: MPIOptions.FloatingLabelAppearance.Text? = null, val marker: MPIOptions.FloatingLabelAppearance.Marker? = null)
Content copied to clipboard
FloatingLabelAppearance holds the appearance properties of floating labels to be set when labeling polygons
Constructors
Link copied to clipboard
fun FloatingLabelAppearance( margin: Double? = null, text: MPIOptions.FloatingLabelAppearance.Text? = null, marker: MPIOptions.FloatingLabelAppearance.Marker? = null)
Content copied to clipboard
Types
Link copied to clipboard
data class Color @JvmOverloads constructor(val active: String? = null, val inactive: String? = null)
Content copied to clipboard
Link copied to clipboard
data class Marker @JvmOverloads constructor( val size: Double? = null, val foregroundColor: MPIOptions.FloatingLabelAppearance.Color? = null, val backgroundColor: MPIOptions.FloatingLabelAppearance.Color? = null)
Content copied to clipboard