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.