Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Google Distance Matrix Calls

Philipp Millar edited this page Oct 5, 2019 · 1 revision
  • Fetching trip distance: https://maps.googleapis.com/maps/api/distancematrix/json?mode=transit&transit_mode=rail&depature_time=1570107600&origins=Copenhagen+Central+Station&destinations=Zurich+HB&key=YOURSECRETAPIKEY
  • Resolving LONG/LAT: https://maps.googleapis.com/maps/api/distancematrix/json?mode=transit&transit_mode=rail&depature_time=1570107600&origins=Copenhagen+Central+Station&destinations=Zurich+HB&key=YOURSECRETAPIKEY

Clone this wiki locally