HeightProperty

data class HeightProperty(val height: Distance) : VehicleProperty

Represents VehicleDimensions.height property of the Vehicle model.

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

Parameters

height

Height of the vehicle, typically in meters.

Constructors

Link copied to clipboard
constructor(height: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard