Label
data class Label @JvmOverloads() constructor(activeColor: String?, inactiveColor: String?, maxTextDivWidth: Double?, minTextDivWidth: Double?, markerSize: Double?, textSize: Double?, color: String?, textLines: Double?, text: String, shortText: String?, stateText: String?, rank: Double?, appearance: MPIOptions.LabelAppearance?)
Content copied to clipboard
Label holds the properties of smart labels to be set when setting labels to polygons
Constructors
Label
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component12
Link copied to clipboard
component13
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(activeColor: String? = null, inactiveColor: String? = null, maxTextDivWidth: Double? = null, minTextDivWidth: Double? = null, markerSize: Double? = null, textSize: Double? = null, color: String? = null, textLines: Double? = null, text: String, shortText: String? = null, stateText: String? = null, rank: Double? = null, appearance: MPIOptions.LabelAppearance? = null): MPIOptions.Label
Content copied to clipboard
Properties
activeColor
Link copied to clipboard
appearance
Link copied to clipboard
inactiveColor
Link copied to clipboard
markerSize
Link copied to clipboard
maxTextDivWidth
Link copied to clipboard
minTextDivWidth
Link copied to clipboard