ADRTunnelRestrictionCode

public enum ADRTunnelRestrictionCode : Int, Codable
extension ADRTunnelRestrictionCode: QueryItemConvertible

If vehicleAdrTunnelRestrictionCode is specified, the vehicle is subject to ADR tunnel restrictions.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • b

    B: Vehicles with code B are restricted from roads with ADR tunnel categories B, C, D, and E.

    Declaration

    Swift

    case b
  • c

    C: Vehicles with code C are restricted from roads with ADR tunnel categories C, D, and E.

    Declaration

    Swift

    case c
  • d

    D: Vehicles with code D are restricted from roads with ADR tunnel categories D and E.

    Declaration

    Swift

    case d
  • e

    E: Vehicles with code E are restricted from roads with ADR tunnel category E.

    Declaration

    Swift

    case e