Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created October 27, 2016 11:07
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/56cc2454dc69dc120e92b2fdaa70d3f1 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/56cc2454dc69dc120e92b2fdaa70d3f1 to your computer and use it in GitHub Desktop.
var onSuccess = function(result) {
if (result.response.route) {
var routes = result.response.route;
routes.forEach(drawRoute);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment