AxleWeightProperty

data class AxleWeightProperty(val axleWeight: Weight) : VehicleProperty

Represents VehicleDimensions.axleWeight property of the Vehicle model.

Used for updating the axle weight of the vehicle via VehicleProvider.updateVehicleProperties

Parameters

axleWeight

Weight per axle of the vehicle, typically in kilograms.

Constructors

Link copied to clipboard
constructor(axleWeight: Weight)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard