Landmark
public enum Landmark
Provides the information about the landmark types.
-
T-junction road type with only left or right turn available.
Declaration
Swift
case endOfRoad -
Traffic light landmark.
Declaration
Swift
case atTrafficLight -
Driving onto a bridge.
Declaration
Swift
case ontoBridge -
Currently driving on the bridge.
Declaration
Swift
case onBridge -
Leaving the bridge.
Declaration
Swift
case afterBridge -
Driving into a tunnel.
Declaration
Swift
case intoTunnel -
Driving inside the tunnel.
Declaration
Swift
case insideTunnel -
Leaving the tunnel.
Declaration
Swift
case afterTunnel
TomTom SDK for iOS (0.53.1)
Landmark