Flat Label All Locations Internal
data class FlatLabelAllLocationsInternal(legacyLabels: Boolean, appearance: MPIOptions.FlatLabelAppearance?, locations: List<String>?) : 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
FlatLabelAllLocationsInternal
Link copied to clipboard
fun FlatLabelAllLocationsInternal(legacyLabels: Boolean, appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(legacyLabels: Boolean, appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null): MPIOptions.FlatLabelAllLocationsInternal
Content copied to clipboard