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.updateVehicle

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

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