MGLCirclePitchAlignment
enum MGLCirclePitchAlignment {}
Orientation of circle when map is pitched.
Values of this type are used in the MGLCircleStyleLayer.circlePitchAlignment
property.
-
The circle is aligned to the plane of the map.
Declaration
Objective-C
MGLCirclePitchAlignmentMapSwift
case map = 0 -
The circle is aligned to the plane of the viewport.
Declaration
Objective-C
MGLCirclePitchAlignmentViewportSwift
case viewport = 1
Install in Dash
MGLCirclePitchAlignment Enumeration Reference