ADRTunnelRestrictionCode
public enum ADRTunnelRestrictionCode
Specifies if the vehicle should be subjected to ADR tunnel restrictions.
-
Vehicles with code B are restricted from roads with ADR tunnel categories B, C, D, and E.
Declaration
Swift
case b -
Vehicles with code C are restricted from roads with ADR tunnel categories C, D, and E.
Declaration
Swift
case c -
Vehicles with code D are restricted from roads with ADR tunnel categories D and E.
Declaration
Swift
case d -
Vehicles with code E are restricted from roads with ADR tunnel category E.
Declaration
Swift
case e
TomTom SDK for iOS (0.53.1)
ADRTunnelRestrictionCode