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
DingiIconPitchAlignmentMap
Swift
case map = 0
-
The icon is aligned to the plane of the viewport.
Declaration
Objective-C
DingiIconPitchAlignmentViewport
Swift
case viewport = 1
-
Automatically matches the value of
DingiSymbolStyleLayer.iconRotationAlignment
.Declaration
Objective-C
DingiIconPitchAlignmentAuto
Swift
case auto = 2