DingiIconPitchAlignment
enum DingiIconPitchAlignment {}
Orientation of icon when map is pitched.
Values of this type are used in the DingiSymbolStyleLayer.iconPitchAlignment
property.
-
The icon is aligned to the plane of the map.
Declaration
Objective-C
DingiIconPitchAlignmentMapSwift
case map = 0 -
The icon is aligned to the plane of the viewport.
Declaration
Objective-C
DingiIconPitchAlignmentViewportSwift
case viewport = 1 -
Automatically matches the value of
DingiSymbolStyleLayer.iconRotationAlignment.Declaration
Objective-C
DingiIconPitchAlignmentAutoSwift
case auto = 2
DingiIconPitchAlignment Enumeration Reference