FlatLabelAllLocationsInternal

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

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)

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean
component2
Link copied to clipboard
operator fun component2(): MPIOptions.FlatLabelAppearance?
component3
Link copied to clipboard
operator fun component3(): List<String>?
copy
Link copied to clipboard
fun copy(legacyLabels: Boolean, appearance: MPIOptions.FlatLabelAppearance? = null, locations: List<String>? = null): MPIOptions.FlatLabelAllLocationsInternal
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
legacyLabels
Link copied to clipboard
var legacyLabels: Boolean
legacyLabels flag to set flat labels to polygons
locations
Link copied to clipboard
open override val locations: List<String>? = null
Which locations to label.