ElectricEngine
data class ElectricEngine(val vehicleConsumption: ElectricVehicleConsumption? = null, val vehicleEfficiency: VehicleEfficiency? = null)
Content copied to clipboard
Represents the electric vehicle descriptor used during a route plan.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
vehicleConsumption
Specifies the consumption model of the electric vehicle.
vehicleEfficiency
Specifies the efficiency of the vehicle.
Constructors
Link copied to clipboard
fun ElectricEngine(vehicleConsumption: ElectricVehicleConsumption? = null, vehicleEfficiency: VehicleEfficiency? = null)
Content copied to clipboard