VehicleRestrictionData
Data of a single vehicle restriction.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
violates
Flag to indicate if the current vehicle profile violates the vehicle restriction.
Inheritors
Types
Link copied to clipboard
The height restriction.
Link copied to clipboard
The length restriction.
Link copied to clipboard
data class VehicleType(val type: RestrictedVehicleType, val violates: Boolean) : VehicleRestrictionData
The vehicle type restriction.
Link copied to clipboard
The weight restriction.
Link copied to clipboard
The width restriction.