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