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. 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 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 (0.40.0)
        
          TomTomSDKVehicle