https://github.com/muloka/convert-google-directions
Convert Google Maps directions URL to a given output format
https://github.com/muloka/convert-google-directions
directions-api geojson google-maps-api topojson
Last synced: 4 months ago
JSON representation
Convert Google Maps directions URL to a given output format
- Host: GitHub
- URL: https://github.com/muloka/convert-google-directions
- Owner: muloka
- Created: 2017-07-05T02:00:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T17:02:41.000Z (almost 9 years ago)
- Last Synced: 2025-10-26T03:44:11.020Z (8 months ago)
- Topics: directions-api, geojson, google-maps-api, topojson
- Language: JavaScript
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert Google Directions
Convert Google directions URL to a given output format.
Usage: `convert-google-directions [options] `
In order to use this you will need a [Google Maps API Key](https://developers.google.com/maps/documentation/javascript/get-api-key).
For list of options: `convert-google-directions --help`
GoogleMapsDirectionsURL can be acquired from https://www.google.com/maps/dir/.
### Based on information from
* http://stackoverflow.com/a/34275131
* http://stackoverflow.com/a/24662610
* https://stackoverflow.com/a/31854423
* http://winstonhearn.com/gmaps-to-geojson/
* https://gist.github.com/jeteon/e71fa21c1feb48fe4b5eeec045229a0c