CombustionVehicleConsumption

data class CombustionVehicleConsumption constructor(val auxiliaryPower: <Error class: unknown class>? = null, val speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>)

Describes parameters used to determine the vehicle power and consumption.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

auxiliaryPower

Specifies the amount of fuel consumed for sustaining auxiliary systems of the vehicle, for example in liters per hour. It can be used to specify consumption due to devices and systems such as AC systems, radio, heating, etc.

speedConsumption

Map used to determine fuel consumption at different speeds.

Constructors

Link copied to clipboard
constructor(auxiliaryPower: <Error class: unknown class>? = null, speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>)

Properties

Link copied to clipboard
val auxiliaryPower: <Error class: unknown class>? = null
Link copied to clipboard
val speedConsumption: Map<<Error class: unknown class>, <Error class: unknown class>>