LabelAllLocations

data class LabelAllLocations @JvmOverloads() constructor(appearance: MPIOptions.LabelAppearance?, locations: List<String>?)

LabelAllLocations holds the properties of smart labels to be set at a collection of locations

Constructors

LabelAllLocations
Link copied to clipboard
fun LabelAllLocations(appearance: MPIOptions.LabelAppearance? = null, locations: List<String>? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): MPIOptions.LabelAppearance?
component2
Link copied to clipboard
operator fun component2(): List<String>?
copy
Link copied to clipboard
fun copy(appearance: MPIOptions.LabelAppearance? = null, locations: List<String>? = null): MPIOptions.LabelAllLocations
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
val appearance: MPIOptions.LabelAppearance? = null
Control the appearance of smart labels
locations
Link copied to clipboard
val locations: List<String>? = null
List of ids of the locations to label