VehicleLength

data class VehicleLength(val length: Distance) : VehicleParameter

Specifies the length of the vehicle.

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

Parameters

length

Specifies the length of the vehicle including the length of any additional equipment, e.g., trailers, bike racks, etc.

Constructors

Link copied to clipboard
constructor(length: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard