Package com.tomtom.ivi.platform.navigation.api.service.vehiclelocation

Types

Link copied to clipboard
data class LastKnownLocation(val coordinate: Coordinate, val dataSource: LocationDataSource) : Parcelable

A last known location of the vehicle.

Link copied to clipboard
enum LocationDataSource : Enum<LocationDataSource>

Indicates the source of location data.

Link copied to clipboard
interface VehicleLocationService

VehicleLocationService exposes information related to the current driving situation and to the current location, regardless of whether a trip is planned.