ElectricEngine
public struct ElectricEngineA electric vehicle engine for route planning and consumption estimation.
- 
                  
                  Creates an instance of ElectricEngine.Note The parameters consumption, efficiency, and chargingParameters are ignored if the parametermodelIDis set in the vehicle.Note The parameter chargingParameters is supported only when chargingOptionsare set inRoutePlanningOptions.DeclarationSwift public init( consumption: Consumption? = nil, efficiency: Efficiency? = nil, chargeLevel: ChargeLevel? = nil, chargingParameters: ChargingParameters? = nil )ParametersconsumptionSpecifies the consumption model of the electric vehicle. efficiencySpecifies the efficiency of the engine. chargeLevelSpecifies the current and maximum charge of the vehicle. chargingParametersSpecifies the charging parameters of the vehicle. 
- 
                  
                  Specifies the efficiency of the vehicle. See moreDeclarationSwift public struct Efficiency
- 
                  
                  Describes capacity and the consumption of the EV. See moreDeclarationSwift public struct Consumption
- 
                  
                  Describes capacity and current charge of the EV. See moreDeclarationSwift public struct ChargeLevel
- 
                  
                  Describes connector information of an electric engine. See moreDeclarationSwift public struct ChargingParameters
- 
                  
                  Describes capacity and the consumption of the EV. Note This option is ignored if the parametermodelIDis set in the vehicle.DeclarationSwift public let consumption: Consumption?
- 
                  
                  Specifies the efficiency of the engine. Note This option is ignored if the parametermodelIDis set in the vehicle.DeclarationSwift public let efficiency: Efficiency?
- 
                  
                  Specifies the current and maximum charge of the vehicle. DeclarationSwift public let chargeLevel: ChargeLevel?
- 
                  
                  Specifies the charging parameters of the vehicle. Note This option is ignored if the parametermodelIDis set in the vehicle.DeclarationSwift public let chargingParameters: ChargingParameters?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         ElectricEngine
          ElectricEngine