RestrictionType
public enum RestrictionType : Equatable
Supported vehicle restriction types.
-
The weight restriction.
Declaration
Swift
case weight(_: Measurement<UnitMass>)
-
The length restriction.
Declaration
Swift
case length(_: Measurement<UnitLength>)
-
The width restriction.
Declaration
Swift
case width(_: Measurement<UnitLength>)
-
The height restriction.
Declaration
Swift
case height(_: Measurement<UnitLength>)
-
Declaration
Swift
case vehicleType(_: RestrictedVehicleType)