MGLHillshadeIlluminationAnchor
enum MGLHillshadeIlluminationAnchor : NSUInteger {}
                Direction of light source when map is rotated.
Values of this type are used in the MGLHillshadeStyleLayer.hillshadeIlluminationAnchor
property.
- 
                  
                  
The hillshade illumination is relative to the north direction.
Declaration
Objective-C
MGLHillshadeIlluminationAnchorMapSwift
case map = 0 - 
                  
                  
The hillshade illumination is relative to the top of the viewport.
Declaration
Objective-C
MGLHillshadeIlluminationAnchorViewportSwift
case viewport = 1 
              Install in Dash
            
        MGLHillshadeIlluminationAnchor Enumeration Reference