Flat Label All Locations
data class FlatLabelAllLocations(val appearance: MPIOptions.FlatLabelAppearance? = null, val locations: List<String>? = null) : MPIOptions.AbstractFlatLabelAllLocations
Content copied to clipboard
FlatLabelAllLocations holds the properties of flat labels to be set when setting flat labels to a collection of polygons
Constructors
Link copied to clipboard
fun FlatLabelAllLocations(appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null)
Content copied to clipboard