Google-maps – Public transport travel time of a group of addresses

google maps

I have a list of 200 addressed plus my home address: let's call the first ones A, B, C… and my home address simply "Home".

Is there any fast method to calculate on Google Maps, in bulk, all the 200 estimated times to travel "Home – A; Home – B; Home – C …etc" using only public transport means?

If not, do you know any alternative?

Best Answer

You can do this with the Google Maps Distance Matrix API, but you'll have to do some (fairly basic) programming. A description of how to do it is well beyond the scope of an answer here -- check out the API documentation.