Efficiency
public struct EfficiencySpecifies the efficiency of the vehicle.
Note
This option is not yet supported with the Orbis map.- 
                  
                  Creates an instance of Efficiency.DeclarationSwift public init( fuelEnergyDensity: Measurement<TTUnitEnergyDensity>, velocityChange: VelocityChangeEfficiency? = nil, altitudeChange: AltitudeChangeEfficiency? = nil )ParametersfuelEnergyDensitySpecifies the amount of chemical energy stored in the fuel, for example, in megajoules per liter. It is used in conjunction with the efficiency parameters for conversions between saved or consumed energy and fuel. For example, energy density is 34.2 MJ/l for gasoline, and 35.8 MJ/l for Diesel fuel. velocityChangeSpecifies the efficiency of converting chemical energy to kinetic energy due to accelerations. altitudeChangeSpecifies the efficiency of converting chemical energy to potential energy due to increase in altitude. 
- 
                  
                  Specifies the amount of chemical energy stored in the fuel, for example in megajoules per liter. DeclarationSwift public let fuelEnergyDensity: Measurement<TTUnitEnergyDensity>
- 
                  
                  Specifies the efficiency of converting chemical energy to kinetic energy due to accelerations. DeclarationSwift public let velocityChange: VelocityChangeEfficiency?
- 
                  
                  Specifies the efficiency of converting chemical energy to potential energy due to increase in altitude. DeclarationSwift public let altitudeChange: AltitudeChangeEfficiency?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Efficiency
          Efficiency