Write your queries in the text box and click the button. Results are shown below, and full result data is available in the console.

Geocoder and Places Text Search expect one address per line. They return similar results.

Distance Matrix finds distances between a list of origins and destinations. Demo is setup for 1 origin only. Text input should be in the format:

origin1

dest1

dest2

dest3

**empty line**

o2

d1

d2

**empty line**

...

Distance Matrix Output is "origin;destination;distance;duration"

Results