ElectricVehicleEfficiency  
  constructor(velocityChange: VelocityChangeEfficiency? = null, altitudeChange: AltitudeChangeEfficiency? = null, altitudeChangeEnergy: AltitudeChangeEnergy? = null)
Parameters
velocityChange 
Specifies the efficiency of converting electric energy to kinetic energy due to accelerations, or vice versa for decelerations.
altitudeChange 
Specifies the efficiency of converting electric energy to potential energy due to increase in altitude, or vice versa for decreases.
altitudeChangeEnergy  
Specifies the additional consumption and recuperation of electric energy due to altitude changes. Cannot be used together with the other two options.