FlatLabelAllLocationsInternal

data class FlatLabelAllLocationsInternal(    var legacyLabels: Boolean,     val appearance: MPIOptions.FlatLabelAppearance? = null,     val locations: List<String>? = null) : MPIOptions.AbstractFlatLabelAllLocations

FlatLabelAllLocationsInternal exposes the flat labels flag to be true internally while setting flat labels to a collection of polygons

Constructors

Link copied to clipboard
fun FlatLabelAllLocationsInternal(    legacyLabels: Boolean,     appearance: MPIOptions.FlatLabelAppearance? = null,     locations: List<String>? = null)

Properties

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

Control the appearance of F labels

Link copied to clipboard
var legacyLabels: Boolean

legacyLabels flag to set flat labels to polygons

Link copied to clipboard
open override val locations: List<String>? = null

Which locations to label. If unspecified, all locations will be labeled.