IconPitchAlignment

enum IconPitchAlignment : Enum<IconPitchAlignment> , LayerProperty

Orientation of icon when map is pitched.

Parameters

value

String value of this property

Entries

AUTO
Link copied to clipboard
AUTO("auto")

Automatically matches the value of {@link ICON_ROTATION_ALIGNMENT}.

VIEWPORT
Link copied to clipboard
VIEWPORT("viewport")

The icon is aligned to the plane of the viewport.

MAP
Link copied to clipboard
MAP("map")

The icon is aligned to the plane of the map.

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