DingiCirclePitchAlignment
enum DingiCirclePitchAlignment {}
Orientation of circle when map is pitched.
Values of this type are used in the DingiCircleStyleLayer.circlePitchAlignment
property.
-
The circle is aligned to the plane of the map.
Declaration
Objective-C
DingiCirclePitchAlignmentMapSwift
case map = 0 -
The circle is aligned to the plane of the viewport.
Declaration
Objective-C
DingiCirclePitchAlignmentViewportSwift
case viewport = 1
DingiCirclePitchAlignment Enumeration Reference