MaxSpeedProperty

data class MaxSpeedProperty(val maxSpeed: Speed) : VehicleProperty

Represents maxSpeed property of the Vehicle.

Used for updating the maximum speed of the vehicle via VehicleProvider.updateVehicleProperties

Constructors

Link copied to clipboard
constructor(maxSpeed: Speed)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum speed of the vehicle, typically in kilometers per hour (km/h).