LengthProperty

data class LengthProperty(val length: Distance) : VehicleProperty

Represents VehicleDimensions.length property of the Vehicle.

Used for updating the length of the vehicle via VehicleProvider.updateVehicleProperties

Constructors

Link copied to clipboard
constructor(length: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Length of the vehicle including the length of any additional equipment, e.g. trailers, bike racks, etc. Typically in meters.