Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created October 27, 2016 11:23
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/741cb23f25321fea45533661726144db to your computer and use it in GitHub Desktop.
Save here-devblog-gists/741cb23f25321fea45533661726144db to your computer and use it in GitHub Desktop.
var renderRouteTitle = function(routeSummary, i) {
return [
'<strong>Route ' + (i + 1) + '</strong> (',
Utils.formatDistance(routeSummary.distance) + ' in ',
Utils.formatDuration(routeSummary.travelTime) + ')'
].join('');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment