IconPitchAlignment

Orientation of icon when map is pitched.

enum IconPitchAlignment : Enum<IconPitchAlignment> , LayerProperty

Parameters

value

String value of this property

Entries

MAP
Link copied to clipboard

The icon is aligned to the plane of the map.

MAP("map")
VIEWPORT
Link copied to clipboard

The icon is aligned to the plane of the viewport.

VIEWPORT("viewport")
AUTO
Link copied to clipboard

Automatically matches the value of {@link ICON_ROTATION_ALIGNMENT}.

AUTO("auto")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: IconPitchAlignment): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<IconPitchAlignment>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

String value of this property

open override val value: String