@Beta(2020, 12) open class ChevronPosition : Serializable
Describes a chevron position on the map.
open class Builder
Builder for |
open fun getAccuracy(): Double
Getter for the accuracy in meters. |
|
open fun getBearing(): Double
Getter for the bearing. |
|
open fun getCoordinates(): LatLng!
Getter for the latitude and longitude. |
|
open fun getSpeed(): Double
Getter for the current speed in meters per second. |
|
open fun getTime(): Long
Getter for the time in milliseconds when the location was obtained. |