ElectricEngine

data class ElectricEngine(val vehicleConsumption: ElectricVehicleConsumption? = null, val vehicleEfficiency: VehicleEfficiency? = null)

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)

Properties

Link copied to clipboard
val engineType: VehicleEngineType
Link copied to clipboard
val vehicleConsumption: ElectricVehicleConsumption? = null
Link copied to clipboard
val vehicleEfficiency: VehicleEfficiency? = null