MGLFillTranslationAnchor
enum MGLFillTranslationAnchor : NSUInteger {}
                Controls the frame of reference for MGLFillStyleLayer.fillTranslation.
Values of this type are used in the MGLFillStyleLayer.fillTranslationAnchor
property.
- 
                  
                  
The fill is translated relative to the map.
Declaration
Objective-C
MGLFillTranslationAnchorMapSwift
case map = 0 - 
                  
                  
The fill is translated relative to the viewport.
Declaration
Objective-C
MGLFillTranslationAnchorViewportSwift
case viewport = 1 
              Install in Dash
            
        MGLFillTranslationAnchor Enumeration Reference