Floating Label
data class FloatingLabel @JvmOverloads constructor( val text: String, val shortText: String? = null, val stateText: String? = null, val rank: Double? = null, val appearance: MPIOptions.FloatingLabelAppearance? = null)
Content copied to clipboard
FloatingLabel holds the properties of floating labels to be set when setting labels to polygons
Constructors
Link copied to clipboard
fun FloatingLabel( text: String, shortText: String? = null, stateText: String? = null, rank: Double? = null, appearance: MPIOptions.FloatingLabelAppearance? = null)
Content copied to clipboard