VehicleAdrTunnelRestrictionCode
@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public enum VehicleAdrTunnelRestrictionCode : Int, EnumConvertible
Public Preview
This is under Public Preview and subject to change by the end of 2020.12.
More information is available at: https://developer.tomtom.com/public-preview
Defines that the vehicle ADR tunnel restrictions are not set.
-
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
VehicleAdrTunnelRestrictionCode Enumeration Reference