Interface DestinationReachedListener


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

      • onDestinationReached

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