EngineType
public enum EngineType
Represents the types of the vehicle engine (e.g., electric).
-
Defines the vehicle engine type as combustion.
Declaration
Swift
case combustion -
Defines the vehicle engine type as electric.
Declaration
Swift
case electric
TomTom SDK for iOS (0.40.0)
EngineType