Interface JunctionViewLaneAssistanceListener


public interface JunctionViewLaneAssistanceListener

This interface should be implemented in order to receive notifications on JunctionViewLaneAssistance. See JunctionViewLaneAssistance documentation for further details.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called before and after a complex junction if lane recommendations are available.
  • Method Details

    • onLaneAssistanceUpdated

      void onLaneAssistanceUpdated(@NonNull JunctionViewLaneAssistance laneAssistance)

      Called before and after a complex junction if lane recommendations are available.

      Parameters:
      laneAssistance -

      The JunctionViewLaneAssistance notification.