SymbolZOrder enum
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".
Values
- AUTO → const SymbolZOrder
-
Sorts symbols by
symbol-sort-key
if set. Otherwise, sorts symbols by their y-position relative to the viewport ificon-allow-overlap
ortext-allow-overlap
is set totrue
oricon-ignore-placement
ortext-ignore-placement
isfalse
. - VIEWPORT_Y → const SymbolZOrder
-
Sorts symbols by their y-position relative to the viewport if
icon-allow-overlap
ortext-allow-overlap
is set totrue
oricon-ignore-placement
ortext-ignore-placement
isfalse
. - SOURCE → const SymbolZOrder
-
Sorts symbols by
symbol-sort-key
if set. Otherwise, no sorting is applied; symbols are rendered in the same order as the source data.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SymbolZOrder> - A constant List of the values in this enum, in order of their declaration.