Consumption
public struct ConsumptionDescribes capacity and the consumption of the EV.
- 
                  
                  Creates an instance of Consumption.Throws VehicleError.invalidVehicleSnapshotif speed consumption is invalid.DeclarationSwift public init ( auxiliaryPower: Measurement<UnitPower>? = nil, speedConsumption: [Measurement<UnitSpeed>: Measurement<TTUnitElectricEfficiency>] ) throwsParametersauxiliaryPowerSpecifies the power consumed by sustaining auxiliary systems. It can specify consumption from devices and systems such as climate control (AC and heat), radio, etc. speedConsumptionSpecifies the speed-dependent component of consumption. Provided as an unordered list of speed/consumption-rate in pairs. 
- 
                  
                  Specifies the amount of power consumed by auxiliary systems. It can specify consumption due to devices and systems such as climate control (AC and heat), radio, etc. DeclarationSwift public let auxiliaryPower: Measurement<UnitPower>?
- 
                  
                  Specifies the maximum electric energy supply that may be stored in the vehicle’s battery. Provided as an unordered list of speed/consumption-rate in pairs. DeclarationSwift public let speedConsumption: [Measurement<UnitSpeed> : Measurement<TTUnitElectricEfficiency>]
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Consumption
          Consumption