- 
                  
                  Creates car. Note The parameters maxSpeed, combustionEngine, and dimensions are mutually exclusive with the parameter modelID.Note The parameter maxSpeed is not yet supported with the Orbis map. DeclarationSwift public init( maxSpeed: Measurement<UnitSpeed>? = nil, isCommercial: Bool = false, combustionEngine: CombustionEngine? = nil, electricEngine: ElectricEngine? = nil, dimensions: VehicleDimensions? = nil, modelID: VehicleModelID? = nil )ParametersmaxSpeedSpecifies maximum car speed. isCommercialIf true, the vehicle is used for commercial purposes and thus may not be allowed to drive on some roads. combustionEngineThe vehicle’s combustion engine. electricEngineThe vehicle’s electric engine. dimensionsThe vehicle’s dimensions. modelIDSpecifies the Model ID of the vehicle as obtained from the TomTom Vehicle Database. It allows planning an EV route without specifying the vehicle’s consumption and charging parameters. 
- 
                  
                  If true, the vehicle is used for commercial purposes and thus may not be allowed to drive on some roads. DeclarationSwift public var isCommercial: Bool
- 
                  
                  The vehicle’s combustion engine. Note This option is mutually exclusive with the optionmodelID.DeclarationSwift public var combustionEngine: CombustionEngine?
- 
                  
                  The vehicle’s electric engine. DeclarationSwift public var electricEngine: ElectricEngine?
- 
                  
                  The vehicle’s dimensions. Note This option is mutually exclusive with the optionmodelID.DeclarationSwift public var dimensions: VehicleDimensions?
- 
                  
                  Specifies the Model ID of the vehicle as obtained from the TomTom Vehicle Database. It allows planning an EV route without specifying the vehicle’s consumption and charging parameters. Note If this option is set, some of the vehicle’s consumption and charging parameters are ignored.DeclarationSwift public var modelID: VehicleModelID?
- 
                  
                  Specifies the max speed of the vehicle. Note This option is mutually exclusive with the optionmodelID.Note This option is not yet supported with the Orbis map.DeclarationSwift public let maxSpeed: Measurement<UnitSpeed>?
- 
                  
                  Specifies the vehicle type. DeclarationSwift public let type: VehicleType
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Car
          Car