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