Interface DestinationReachedListener


public interface DestinationReachedListener
An interface allowing to listen when user reaches the route destination while navigating on a route.
  • Method Summary

    Modifier and Type Method Description
    void onDestinationReached​(MapCoordinates coordinates)
    The method is called once user reaches the route destination.
  • Method Details

    • onDestinationReached

      void onDestinationReached​(MapCoordinates coordinates)
      The method is called once user reaches the route destination.
      Parameters:
      coordinates - Destination coordinates.