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
DingiIconTranslationAnchorMapSwift
case map = 0 -
Icons are translated relative to the viewport.
Declaration
Objective-C
DingiIconTranslationAnchorViewportSwift
case viewport = 1
DingiIconTranslationAnchor Enumeration Reference