FlatLabelAllLocations

data class FlatLabelAllLocations(appearance: MPIOptions.FlatLabelAppearance?, locations: List<String>?) : MPIOptions.AbstractFlatLabelAllLocations

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)

Functions

component1
Link copied to clipboard
operator fun component1(): MPIOptions.FlatLabelAppearance?
component2
Link copied to clipboard
operator fun component2(): List<String>?
copy
Link copied to clipboard
fun copy(appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null): MPIOptions.FlatLabelAllLocations
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

appearance
Link copied to clipboard
open override val appearance: MPIOptions.FlatLabelAppearance? = null
Control the appearance of F labels
locations
Link copied to clipboard
open override val locations: List<String>? = null
Which locations to label.