TextRotationAlignment

enum TextRotationAlignment : Enum<TextRotationAlignment> , LayerProperty

In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.

Parameters

value

String value of this property

Entries

AUTO
Link copied to clipboard
AUTO("auto")
When {@link SYMBOL_PLACEMENT} is set to {@link Property#SYMBOL_PLACEMENT_POINT}, this is equivalent to {@link Property#TEXT_ROTATION_ALIGNMENT_VIEWPORT}.
VIEWPORT
Link copied to clipboard
VIEWPORT("viewport")
Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the value of {@link SYMBOL_PLACEMENT}.
MAP
Link copied to clipboard
MAP("map")
When {@link SYMBOL_PLACEMENT} is set to {@link Property#SYMBOL_PLACEMENT_POINT}, aligns text east-west.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String
String value of this property