TomTomSDKVehicle
-
An observer that receives
TomTomSDKCommon/Vehiclestate updates.To start receiving vehicle state updates, become an observer using
See moreTomTomSDKVehicle/VehicleProvider/addObserver(_:). To stop receiving vehicle state updates, remove the previously added observer usingTomTomSDKVehicle/VehicleProvider/removeObserver(_:).Declaration
Swift
public protocol VehicleUpdateObserver : Observer
-
Combustion engine property attributes. Each
CombustionEnginePropertyrepresents one property of theTomTomSDKCommon/CombustionEnginemodel, and shares itsPropertyID.Used for updating vehicle’s combustion engine state via
See moreupdateVehicleProperties(_:).Declaration
Swift
public enum CombustionEngineProperty
-
Electric engine property attributes. Each
ElectricEnginePropertyrepresents one property of theTomTomSDKCommon/ElectricEnginemodel, and shares itsPropertyID.Used for updating vehicle’s electric engine state via
See moreupdateVehicleProperties(_:).Declaration
Swift
public enum ElectricEngineProperty
-
Unique identifier of each property supported
See moreTomTomSDKCommon/Vehicleimplementations.Declaration
Swift
public enum PropertyID : Equatable
-
Vehicle property attributes. Each
VehiclePropertyrepresents one property of theTomTomSDKCommon/Vehiclemodel, and shares itsPropertyID.Used for updating vehicle state via
See moreupdateVehicleProperties(_:).Declaration
Swift
public enum VehicleProperty
-
Responsible for control, access and notification of the vehicle state.
See moreDeclaration
Swift
public protocol VehicleProvider : AnyObject
-
Responsible for creating instances of
See moreTomTomSDKVehicle/VehicleProviderto control, access and notify of the vehicle state.Declaration
Swift
public enum VehicleProviderFactory
TomTom SDK for iOS (0.53.1)
TomTomSDKVehicle