Package com.tomtom.ivi.platform.locationsimulation.api.service.locationsimulation

Contains the API to simulate the current location of the vehicle.

Types

Link copied to clipboard
data class LocationSimulationData(    val latitude: Angle,     val longitude: Angle,     val altitude: Distance? = null,     val speed: Speed? = null,     val bearing: Angle? = null,     val horizontalAccuracy: Distance? = null,     val verticalAccuracy: Distance? = null,     val speedAccuracy: Speed? = null,     val bearingAccuracy: Angle? = null) : Parcelable

The data required by the LocationSimulationService to simulate a position.

Link copied to clipboard
interface LocationSimulationService

Service to simulate the current location of the vehicle. This is useful for demonstrating and testing of the product.