AxleWeight

data class AxleWeight(val axleWeight: <Error class: unknown class>) : 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: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val axleWeight: <Error class: unknown class>