sdk-maps / com.tomtom.online.sdk.map / ChevronPosition

ChevronPosition

open class ChevronPosition : Serializable

Describes a chevron position on the map.

Types

Builder

open class Builder

Builder for ChevronPosition

Functions

getAccuracy

open fun getAccuracy(): Double

Getter for the accuracy in meters.

getBearing

open fun getBearing(): Double

Getter for the bearing.

getCoordinates

open fun getCoordinates(): LatLng!

Getter for the latitude and longitude.

getSpeed

open fun getSpeed(): Double

Getter for the current speed in meters per second.

getTime

open fun getTime(): Long

Getter for the time in milliseconds when the location was obtained.