VehicleHeight

data class VehicleHeight(val height: Distance) : VehicleParameter

Specifies the height of the vehicle.

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

Parameters

height

Specifies the height of the vehicle.

Constructors

Link copied to clipboard
constructor(height: Distance)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard