DingiTextPitchAlignment
enum DingiTextPitchAlignment {}
Orientation of text when map is pitched.
Values of this type are used in the DingiSymbolStyleLayer.textPitchAlignment
property.
-
The text is aligned to the plane of the map.
Declaration
Objective-C
DingiTextPitchAlignmentMap
Swift
case map = 0
-
The text is aligned to the plane of the viewport.
Declaration
Objective-C
DingiTextPitchAlignmentViewport
Swift
case viewport = 1
-
Automatically matches the value of
DingiSymbolStyleLayer.textRotationAlignment
.Declaration
Objective-C
DingiTextPitchAlignmentAuto
Swift
case auto = 2