Interface CurrentRoutePointsListener


public interface CurrentRoutePointsListener
Current route points changed listener
Since:
3.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A route point was added to current route points set
    void
    A route point was deleted from current route points set
  • Method Details

    • onRoutePointAdded

      void onRoutePointAdded(@NonNull RoutePoint routePoint)
      A route point was added to current route points set
      Parameters:
      routePoint - added route point
      Since:
      3.8
    • onRoutePointsDeleted

      void onRoutePointsDeleted(@NonNull List<RoutePoint> routePoints)
      A route point was deleted from current route points set
      Parameters:
      routePoints - deleted route points
      Since:
      3.8