LaneGuidanceUpdatedEvent

public enum LaneGuidanceUpdatedEvent

Represents lane guidance update events.

The enumeration is a parameter of TomTomSDKNavigation/NavigationEvent/laneGuidanceUpdatedEvent(_:) which is called when lane guidance update occurs.

  • Indicates a lane guidance starts.

    Declaration

    Swift

    case didStartLaneGuidance(laneGuidance: LaneGuidance)

    Parameters

    laneGuidance

    Provides detailed information about the new lane guidance..

  • Indicates a lane guidance ends.

    Declaration

    Swift

    case didEndLaneGuidance(laneGuidance: LaneGuidance)

    Parameters

    laneGuidance

    Provides detailed information about the lane guidance that just ended.