EngineType
public enum EngineType
Represents the types of the vehicle engine (e.g., electric).
Important
This is a Public Preview API. It may be changed or removed at any time.-
Defines the vehicle engine type as combustion.
Declaration
Swift
case combustion -
Defines the vehicle engine type as electric.
Declaration
Swift
case electric
EngineType Enumeration Reference