mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
IconPitchAlignment
Icon
Pitch
Alignment
enum
IconPitchAlignment
:
Enum
<
IconPitchAlignment
> ,
LayerProperty
Content copied to clipboard
Orientation of icon when map is pitched.
Entries
Functions
Properties
Parameters
Parameters
value
String value of this property
Entries
MAP
Link copied to clipboard
MAP
("map")
Content copied to clipboard
The icon is aligned to the plane of the map.
VIEWPORT
Link copied to clipboard
VIEWPORT
("viewport")
Content copied to clipboard
The icon is aligned to the plane of the viewport.
AUTO
Link copied to clipboard
AUTO
("auto")
Content copied to clipboard
Automatically matches the value of {@link ICON_ROTATION_ALIGNMENT}.
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
IconPitchAlignment
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
IconPitchAlignment
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open override val
value
:
String
Content copied to clipboard
String value of this property