SpeedFuelConsumption

data class SpeedFuelConsumption(@Size(min = 1, max = 25) val speedConsumption: Map<Speed, FuelConsumption>) : CombustionEngineParameter

Specifies the vehicle fuel consumption.

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

Parameters

speedConsumption

Map used to determine fuel consumption at different speeds.

Constructors

Link copied to clipboard
constructor(@Size(min = 1, max = 25) speedConsumption: Map<Speed, FuelConsumption>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard