WidthProperty

data class WidthProperty(val width: Distance) : VehicleProperty

Specifies the width of the vehicle.

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

Parameters

width

Specifies the width of the vehicle.

Constructors

Link copied to clipboard
constructor(width: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard