Hey i need to calculate the distance from my location to a lot of other locations (lets say 1000), the locations come in written addresses so i am getting their longitude and latitude using the geo coder, the issue is that for only 8 locations it takes lot of time to calculate, what is the fastest way to calculate this thing?
1
votes
2 Answers
2
votes
The Google Maps Distance Matrix API may be what you're looking for.
You'd have to split up your many destinations in multiple requests, see the Usage Limits section.