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