FloatingLabelAllLocations

@Serializable
data class FloatingLabelAllLocations @JvmOverloads constructor(    val appearance: MPIOptions.FloatingLabelAppearance? = null,     val locations: List<String>? = null,     val interactive: Boolean? = false)

FloatingLabelAllLocations holds the properties of floating labels to be set at a collection of locations

Constructors

Link copied to clipboard
fun FloatingLabelAllLocations(    appearance: MPIOptions.FloatingLabelAppearance? = null,     locations: List<String>? = null,     interactive: Boolean? = false)

Properties

Link copied to clipboard
val appearance: MPIOptions.FloatingLabelAppearance? = null

Control the appearance of smart labels

Link copied to clipboard
val interactive: Boolean? = false

Whether the labels should be interactive

Link copied to clipboard
val locations: List<String>? = null

List of ids of the locations to label