Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created August 28, 2018 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/ffa0d90aecebff56f17e1d96698aa4df to your computer and use it in GitHub Desktop.
Save here-devblog-gists/ffa0d90aecebff56f17e1d96698aa4df to your computer and use it in GitHub Desktop.
...
coreRouter.calculateRoute(routePlan,
new Router.Listener<List<RouteResult>, RoutingError>() {
@Override
public void onProgress(int i) {
/* The calculation progress can be retrieved in this callback. */
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment