DingiIconTranslationAnchor
enum DingiIconTranslationAnchor {}
Controls the frame of reference for DingiSymbolStyleLayer.iconTranslation
.
Values of this type are used in the DingiSymbolStyleLayer.iconTranslationAnchor
property.
-
Icons are translated relative to the map.
Declaration
Objective-C
DingiIconTranslationAnchorMap
Swift
case map = 0
-
Icons are translated relative to the viewport.
Declaration
Objective-C
DingiIconTranslationAnchorViewport
Swift
case viewport = 1