Skip to content

Class RouteListener

Il Kadyrov edited this page Nov 5, 2020 · 2 revisions

RouteListener provides a callback to be invoked when RouteManager updates the routes to the target point or from point to point. The callback is invoked in the UI thread.

Referenced from: RouteManager.

public interface RouteListener
{
  public void onPathsUpdated(ArrayList<RoutePath> routePaths);
}
Clone this wiki locally