DashMapStyleLayer

@Serializable
class DashMapStyleLayer(val id: String, val visible: Boolean = true, val clickable: Boolean = true)

Represents a layer in the map style.

Parameters

id

Unique identifier for the layer.

visible

Indicates if the layer is visible. Default is true.

clickable

Indicates if the layer is clickable. Default is true.

Constructors

Link copied to clipboard
constructor(id: String, visible: Boolean = true, clickable: Boolean = true)

Properties

Link copied to clipboard
val clickable: Boolean = true
Link copied to clipboard
val id: String
Link copied to clipboard
val visible: Boolean = true

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String