Efficiency
public struct EfficiencySpecifies the efficiency of the vehicle.
- 
                  
                  Creates an instance of Efficiency.Throws VehicleError.invalidVehicleSnapshotif the altitude change energy cannot be used together with altitude change efficiency and the velocity change efficiency.DeclarationSwift public init( velocityChange: VelocityChangeEfficiency? = nil, altitudeChange: AltitudeChangeEfficiency? = nil, altitudeChangeEnergy: AltitudeChangeEnergy? = nil ) throwsParametersvelocityChangeSpecifies the efficiency of converting electric energy to kinetic energy due to accelerations, or vice versa for decelerations. altitudeChangeSpecifies the efficiency of converting electric energy to potential energy due to increase in altitude, or vice versa for decreases. altitudeChangeEnergySpecifies the additional consumption and recuperation of electric energy due to altitude changes. Cannot be used together with the other two options. 
- 
                  
                  Specifies the efficiency of converting electric energy to kinetic energy due to accelerations, or vice versa for decelerations. DeclarationSwift public let velocityChange: VelocityChangeEfficiency?
- 
                  
                  Specifies the efficiency of converting electric energy to potential energy due to increase in altitude, or vice versa for decreases. DeclarationSwift public let altitudeChange: AltitudeChangeEfficiency?
- 
                  
                  Specifies the additional consumption and recuperation of electric energy due to altitude changes. Cannot be used together with the other two options. DeclarationSwift public let altitudeChangeEnergy: AltitudeChangeEnergy?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Efficiency
          Efficiency