WidthProperty

data class WidthProperty(val width: Distance) : VehicleProperty

Represents VehicleDimensions.width property of the Vehicle model.

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

Parameters

width

Width of the vehicle, typically in meters.

Constructors

Link copied to clipboard
constructor(width: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard