CommercialVehicle

data class CommercialVehicle(val isCommercialVehicle: Boolean) : VehicleParameter

Specifies commercial nature of the vehicle.

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

Parameters

isCommercialVehicle

If true, the vehicle is used for commercial purposes. This may affect legal restrictions to drive on certain roads

Constructors

Link copied to clipboard
constructor(isCommercialVehicle: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard