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
MGLCirclePitchAlignmentMap
Swift
case map = 0
-
The circle is aligned to the plane of the viewport.
Declaration
Objective-C
MGLCirclePitchAlignmentViewport
Swift
case viewport = 1