-
Road object represents some road incident
Declaration
Swift
case incident -
Road object represents some toll collection point
Declaration
Swift
case tollCollection -
Road object represents some border crossing
Declaration
Swift
case borderCrossing -
Road object represents some tunnel entrance
Declaration
Swift
case tunnelEntrance -
Road object represents some tunnel exit
Declaration
Swift
case tunnelExit -
Road object represents some restricted area entrance
Declaration
Swift
case restrictedAreaEntrance -
Road object represents some restricted area exit
Declaration
Swift
case restrictedAreaExit -
Road object represents some service area
Declaration
Swift
case serviceArea -
Road object represents some bridge entrance
Declaration
Swift
case bridgeEntrance -
Road object represents some bridge exit
Declaration
Swift
case bridgeExit -
Reserved for future use.
Declaration
Swift
case userDefined
Install in Dash
RoadObjectType Enumeration Reference