MGLCircleTranslationAnchor
enum MGLCircleTranslationAnchor {}
                Controls the frame of reference for MGLCircleStyleLayer.circleTranslation.
Values of this type are used in the MGLCircleStyleLayer.circleTranslationAnchor
property.
- 
                  
                  
The circle is translated relative to the map.
Declaration
Objective-C
MGLCircleTranslationAnchorMapSwift
case map = 0 - 
                  
                  
The circle is translated relative to the viewport.
Declaration
Objective-C
MGLCircleTranslationAnchorViewportSwift
case viewport = 1 
              Install in Dash
            
        MGLCircleTranslationAnchor Enumeration Reference