Skip to content

Instantly share code, notes, and snippets.

@abalter
Last active September 5, 2022 15:30
Show Gist options
  • Save abalter/93f0a3662e9143ab48e9c07245020d7a to your computer and use it in GitHub Desktop.
Save abalter/93f0a3662e9143ab48e9c07245020d7a to your computer and use it in GitHub Desktop.
Travel time and directions APIs

https://developers.google.com/maps/documentation/distance-matrix/intro | Developer Guide  |  Distance Matrix API  |  Google Developers https://developers.google.com/maps/documentation/distance-matrix/client-library | Client Libraries for Google Maps Web Services  |  Distance Matrix API  |  Google Developers https://github.com/googlemaps/google-maps-services-python | googlemaps/google-maps-services-python: Python client library for Google Maps API Web Services https://developers.google.com/maps/documentation/directions/start | Get Started  |  Directions API  |  Google Developers https://developers.google.com/maps/documentation/distance-matrix/start | Get Started  |  Distance Matrix API  |  Google Developers https://github.com/googlemaps/google-maps-services-js | googlemaps/google-maps-services-js: Node.js client library for Google Maps API Web Services https://www.myprogrammingtutorials.com/find-distance-between-two-addresses-google-api-php.html | Find Distance Between two Addresses using Google API and PHP - My Programming Tutorials https://developers.google.com/maps/documentation/directions/start?csw=1 | Get Started  |  Directions API  |  Google Developers https://developer.mapquest.com/documentation/directions-api/#matrix | Directions API - Overview | MapQuest API Documentation https://gist.github.com/levymetal/5083949 | Tutorial on how to calculate driving distance using Google maps API, full post available @ http://christianvarga.com/how-to-calculate-driving-distance-between-2-locations-with-google-maps-api/ https://christianvarga.com/how-to-calculate-driving-distance-between-2-locations-with-google-maps-api/ | How to calculate driving distance between 2 locations with Google Maps API - Christian Varga https://www.geeksforgeeks.org/python-calculate-distance-duration-two-places-using-google-distance-matrix-api/ | Python | Calculate distance and duration between two places using google distance matrix API - GeeksforGeeks https://stackoverflow.com/questions/1042885/using-google-maps-api-to-get-travel-time-data | Using Google Maps API to get travel time data - Stack Overflow https://stackoverflow.com/questions/1042885/using-google-maps-api-to-get-travel-time-data | Using Google Maps API to get travel time data - Stack Overflow https://stackoverflow.com/questions/29003118/get-driving-distance-between-two-points-using-google-maps-api | php - Get driving distance between two points using Google Maps API - Stack Overflow https://stackoverflow.com/questions/25664598/travel-time-using-google-api | Travel Time using Google API - Stack Overflow https://app.traveltimeplatform.com/# | TravelTime Maps https://www.walkscore.com/professional/request-api-mismatch.php | Walk Score API - API Sign Up

https://developers.google.com/maps/documentation/distance-matrix/intro | Developer Guide | Distance Matrix API | Google Developers
https://developers.google.com/maps/documentation/distance-matrix/client-library | Client Libraries for Google Maps Web Services | Distance Matrix API | Google Developers
https://github.com/googlemaps/google-maps-services-python | googlemaps/google-maps-services-python: Python client library for Google Maps API Web Services
https://developers.google.com/maps/documentation/directions/start | Get Started | Directions API | Google Developers
https://developers.google.com/maps/documentation/distance-matrix/start | Get Started | Distance Matrix API | Google Developers
https://github.com/googlemaps/google-maps-services-js | googlemaps/google-maps-services-js: Node.js client library for Google Maps API Web Services
https://www.myprogrammingtutorials.com/find-distance-between-two-addresses-google-api-php.html | Find Distance Between two Addresses using Google API and PHP - My Programming Tutorials https://developers.google.com/maps/documentation/directions/start?csw=1 | Get Started | Directions API | Google Developers https://developer.mapquest.com/documentation/directions-api/#matrix | Directions API - Overview | MapQuest API Documentation https://gist.github.com/levymetal/5083949 | Tutorial on how to calculate driving distance using Google maps API, full post available @ http://christianvarga.com/how-to-calculate-driving-distance-between-2-locations-with-google-maps-api/ https://christianvarga.com/how-to-calculate-driving-distance-between-2-locations-with-google-maps-api/| How to calculate driving distance between 2 locations with Google Maps API - Christian Varga https://www.geeksforgeeks.org/python-calculate-distance-duration-two-places-using-google-distance-matrix-api/ | Python | Calculate distance and duration between two places using google distance matrix API - GeeksforGeeks https://stackoverflow.com/questions/1042885/using google-maps-api-to-get-travel-time-data | Using Google Maps API to get travel time data - Stack Overflow https://stackoverflow.com/questions/1042885/using- google-maps-api-to-get-travel-time-data | Using Google Maps API to get travel time data - Stack Overflowhttps://stackoverflow.com/questions/29003118/get- driving-distance-between-two-points-using-google-maps-api | php - Get driving distance between two points using Google Maps API - Stack Overflow https://stackoverflow.com/questions/25664598/travel-time-using-google-api | Travel Time using Google API - Stack Overflowhttps://app.traveltimeplatform.com/# | TravelTime Maps https://www.walkscore.com/professional/request-api-mismatch.php | Walk Score API - API Sign Up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment