VehicleRestrictionMaxWeightType

public enum VehicleRestrictionMaxWeightType : UInt32, CaseIterable, Codable

This enum represents the specific type of the maximum permitted weight restriction. NOTES: A restriction of type VehicleRestrictionMaxWeightType.unknown may change to VehicleRestrictionMaxWeightType.gross, VehicleRestrictionMaxWeightType.current or VehicleRestrictionMaxWeightType.empty when data becomes available in future. A restriction of type VehicleRestrictionMaxWeightType.gross, VehicleRestrictionMaxWeightType.current or VehicleRestrictionMaxWeightType.empty 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
  • Restriction is for empty weight.

    Declaration

    Swift

    case empty