Package-level declarations

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

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

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

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