symbolZOrder property

dynamic symbolZOrder
final

Controls the order in which overlapping symbols in the same layer are rendered

Type: enum default: auto Options: "auto" If symbol-sort-key is set, sort based on that. Otherwise sort symbols by their y-position relative to the viewport. "viewport-y" Symbols will be sorted by their y-position relative to the viewport. "source" Symbols will be rendered in the same order as the source data with no sorting applied.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

final dynamic symbolZOrder;