DingiTextTranslationAnchor
enum DingiTextTranslationAnchor {}
Controls the frame of reference for DingiSymbolStyleLayer.textTranslation.
Values of this type are used in the DingiSymbolStyleLayer.textTranslationAnchor
property.
-
The text is translated relative to the map.
Declaration
Objective-C
DingiTextTranslationAnchorMapSwift
case map = 0 -
The text is translated relative to the viewport.
Declaration
Objective-C
DingiTextTranslationAnchorViewportSwift
case viewport = 1
DingiTextTranslationAnchor Enumeration Reference