Interface ManeuverViewLaneAssistanceListener


public interface ManeuverViewLaneAssistanceListener

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called before approaching a maneuver and the maneuver thereafter if lane recommendations are available.
  • Method Details

    • onLaneAssistanceUpdated

      void onLaneAssistanceUpdated(@NonNull ManeuverViewLaneAssistance laneAssistance)

      Called before approaching a maneuver and the maneuver thereafter if lane recommendations are available.

      Parameters:
      laneAssistance -

      The ManeuverViewLaneAssistance notification.