Fuel

data class Fuel(val budget: Volume) : Budget

A fuel budget.

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

Parameters

budget

The maximum amount of fuel that may be used, e.g. in liters. This is only valid for a Vehicle that has a CombustionEngine.

Constructors

Link copied to clipboard
constructor(budget: Volume)

Properties

Link copied to clipboard