Landmark

public enum Landmark : Int

Provides the information about the landmark types.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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