WeightProperty

data class WeightProperty(val weight: Weight) : VehicleProperty

Specifies the weight of the vehicle.

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

Parameters

weight

Specifies the weight of the vehicle, e.g. in kg.

Constructors

Link copied to clipboard
constructor(weight: Weight)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard