VehicleAdrTunnelRestrictionCode

@objc
public enum VehicleAdrTunnelRestrictionCode : Int, EnumConvertible

BETA Defines that the vehicle ADR tunnel restrictions are not set.

Experiment

THIS API IS IN BETA VERSION
  • Defines that the vehicle ADR tunnel restrictions are not set.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case codeC
  • Vehicles with code D are restricted from roads with ADR tunnel categories D and E.

    Declaration

    Swift

    case codeD
  • Vehicles with code E are restricted from roads with ADR tunnel category E.

    Declaration

    Swift

    case codeE