WeightRestrictionType

public enum WeightRestrictionType : UInt32, CaseIterable, Codable

Defines the type of a weight restriction.

  • A weight restriction.

    Declaration

    Swift

    case truckWeight
  • A weight per axle restriction.

    Declaration

    Swift

    case weightPerAxle
  • Payload capacity weight restriction.

    Declaration

    Swift

    case payloadCapacity