LengthProperty

data class LengthProperty(val length: Distance) : VehicleProperty

Represents VehicleDimensions.length property of the Vehicle model.

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

Parameters

length

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

Constructors

Link copied to clipboard
constructor(length: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard