FlatLabel

data class FlatLabel(val text: String? = null, val appearance: MPIOptions.FlatLabelAppearance? = null) : MPIOptions.AbstractFlatLabel

FlatLabel holds the properties of flat labels to be set when setting flat label to polygons

Constructors

Link copied to clipboard
fun FlatLabel(text: String? = null, appearance: MPIOptions.FlatLabelAppearance? = null)

Properties

Link copied to clipboard
open override val appearance: MPIOptions.FlatLabelAppearance? = null

Control the appearance of flat labels

Link copied to clipboard
open override val text: String? = null

Text to display for the flat label