MaxSpeed

data class MaxSpeed(val maxSpeed: <Error class: unknown class>) : VehicleParameter

Specifies the maximum speed of the vehicle.

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

Parameters

maxSpeed

Specifies the maximum speed of the vehicle, e.g., in km/h.

Constructors

Link copied to clipboard
constructor(maxSpeed: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxSpeed: <Error class: unknown class>