RestrictionType
public enum RestrictionType : UInt32, CaseIterable, Codable
Type of vehicle restriction.
Note: This is a beta release of this feature. Related APIs may change for new releases without a deprecation process.
-
Actual weight, in kilograms.
Declaration
Swift
case weight -
Gross vehicle mass, in kilograms.
Declaration
Swift
case grossWeight -
Weight per axle, in kilograms.
Declaration
Swift
case weightPerAxle -
Payload capacity weight, in kilograms.
Declaration
Swift
case payloadCapacity -
Empty vehicle weight (tare weight), in kilograms.
Declaration
Swift
case emptyWeight -
A height, in centimeters.
Declaration
Swift
case height -
A width, in centimeters.
Declaration
Swift
case width -
A length, in centimeters.
Declaration
Swift
case length -
Distance from kingpin to rear axle, in centimeters.
Declaration
Swift
case kingpinToRearAxleDistanceInCentimeters -
Wheels per axle.
Declaration
Swift
case wheelsPerAxle -
Distance between axles, in centimeters.
Declaration
Swift
case distanceBetweenAxles -
Weight per number of axles, in kilograms. See
VehicleRestriction.axleCountfor information on number of axles.Declaration
Swift
case weightPerAxleCount -
Weight per axle group, in kilograms. See
VehicleRestriction.axleCountInGroupfor information about axle group.Declaration
Swift
case weightPerAxleGroup