AxleWeight

data class AxleWeight(val axleWeight: Weight) : VehicleParameter

Specifies the axle weight of the vehicle.

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

Parameters

axleWeight

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

Constructors

Link copied to clipboard
constructor(axleWeight: Weight)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard