DingiSymbolZOrder
enum DingiSymbolZOrder {}
Controls the order in which overlapping symbols in the same layer are rendered
Values of this type are used in the DingiSymbolStyleLayer.symbolZOrder
property.
-
Specify this z order if symbols’ appearance relies on lower features overlapping higher features. For example, symbols with a pin-like appearance would require this z order.
Declaration
Objective-C
DingiSymbolZOrderViewportY
Swift
case viewportY = 0
-
Specify this z order if the order in which features appear in the source is significant.
Declaration
Objective-C
DingiSymbolZOrderSource
Swift
case source = 1