mapbox-maps-android
/
com.mapbox.maps.plugin
/
PuckBearingSource
androidJvm
Puck
Bearing
Source
enum
PuckBearingSource
:
Enum
<
PuckBearingSource
>
Content copied to clipboard
The enum controls how the puck is oriented
Entries
Functions
Properties
Parameters
Parameters
value
String value of this property
Entries
HEADING
Link copied to clipboard
androidJvm
HEADING
("heading")
Content copied to clipboard
Orients the puck to match the direction in which the device is facing.
COURSE
Link copied to clipboard
androidJvm
COURSE
("course")
Content copied to clipboard
Orients the puck to match the direction in which the device is moving.
Functions
compareTo
Link copied to clipboard
androidJvm
operator override fun
compareTo
(other:
PuckBearingSource
):
Int
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
androidJvm
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
androidJvm
fun
getDeclaringClass
():
Class
<
PuckBearingSource
>
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
androidJvm
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
androidJvm
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
androidJvm
val
value
:
String
Content copied to clipboard
String value of this property