Consumption
public struct ConsumptionDescribes parameters used to determine the vehicle power and consumption.
Note
This option is not yet supported with the Orbis map.- 
                  
                  Creates an instance of Consumption.Throws VehicleError.invalidVehicleSnapshotif speed consumption is invalid.DeclarationSwift public init ( auxiliaryPower: Measurement<TTUnitFuelPerTime>? = nil, speedConsumption: [Measurement<UnitSpeed>: Measurement<UnitFuelEfficiency>] ) throwsParametersauxiliaryPowerSpecifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, for example in liters per hour. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc. speedConsumptionMap used to determine fuel consumption at different speeds. 
- 
                  
                  Specifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, for example in liters per hour. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc. DeclarationSwift public let auxiliaryPower: Measurement<TTUnitFuelPerTime>?
- 
                  
                  Map used to determine fuel consumption at different speeds. DeclarationSwift public let speedConsumption: [Measurement<UnitSpeed> : Measurement<UnitFuelEfficiency>]
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Consumption
          Consumption