TomTomSDKVehicle
-
An observer that receives
TomTomSDKCommon/Vehiclestate updates.To start receiving vehicle state updates, become an observer using
TomTomSDKVehicle/VehicleProvider/addObserver(_:). To stop receiving vehicle state updates, remove the previously added observer usingTomTomSDKVehicle/VehicleProvider/removeObserver(_:).See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol VehicleUpdateObserver : Observer
-
Combustion engine property attributes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum CombustionEngineProperty
-
Electric engine property attributes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ElectricEngineProperty
-
Unique identifier of each property supported
TomTomSDKCommon/Vehicleimplementations.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum PropertyID : Equatable
-
Vehicle property attributes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum VehicleProperty
-
Responsible for control, access and notification of the vehicle state.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol VehicleProvider : AnyObject
-
Responsible for creating instances of
TomTomSDKVehicle/VehicleProviderto control, access and notify of the vehicle state.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum VehicleProviderFactory
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
TomTomSDKVehicle