VehicleRestrictionMaxWeightType

public enum VehicleRestrictionMaxWeightType : UInt32, CaseIterable, Codable

VehicleRestrictionMaxWeightType represents the specific type of the maximum permitted weight restriction. NOTES: A restriction of type UNKNOWN may change to GROSS or CURRENT when data becomes available in future. A restriction of type GROSS or CURRENT may also change to a different type if actual regulation changes.

  • Restriction may apply to gross or current weight.

    Declaration

    Swift

    case unknown
  • Restriction is for gross weight.

    Declaration

    Swift

    case gross
  • Restriction is for current weight.

    Declaration

    Swift

    case current