Flat Label All Locations Internal
data class FlatLabelAllLocationsInternal( var legacyLabels: Boolean, val appearance: MPIOptions.FlatLabelAppearance? = null, val locations: List<String>? = null) : MPIOptions.AbstractFlatLabelAllLocations
Content copied to clipboard
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)
Content copied to clipboard