com.tomtom.sdk.vehicle:vehicle-provider
The vehicle-provider
module includes a set of classes and interfaces that allow you to represent, control, access, and listen to changes in the vehicle data.
Packages
Contains VehicleProvider, VehicleProviderFactory, and VehicleUpdatedListener.
Contains the base classes for vehicle properties, such as VehicleProperty and PropertyId. The property is used for representing information about a vehicle and its state (e.g., weight, type, fuel level, etc.). It is also used for updating vehicle state via VehicleProvider.updateVehicleProperties
Contains the interfaces ElectricEngineProperty and CombustionEngineProperty. This engine is used for representing information about a vehicle's engine and its state, specifically for vehicles with electric or combustion engines.
Contains implementations of the CombustionEngineProperty interface, such as CurrentFuelProperty, SpeedConsumptionProperty, etc.
Contains implementations of the ElectricEngineProperty interface, such as ChargingConnectorsProperty, CurrentChargeProperty, etc.