symbolZOrder

open override fun symbolZOrder(symbolZOrder: SymbolZOrder): SymbolLayer

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.

Use static method SymbolLayer.defaultSymbolZOrder to set the default property.

Parameters

symbolZOrder

value of symbolZOrder

open override fun symbolZOrder(symbolZOrder: Expression): SymbolLayer

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.

Use static method SymbolLayer.defaultSymbolZOrderAsExpression to set the default property.

Parameters

symbolZOrder

value of symbolZOrder as Expression

val symbolZOrder: SymbolZOrder?

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.