SymbolZOrderValue

data class SymbolZOrderValue(val value: Value) : HoldsValue

Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use symbol-sort-key. Default value: "auto".

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value