Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Google Geocoding API (V3) supports batch geocoding?

I've read all geocode service api documentation but haven't found anything about batch geocoding. May be I miss something and there is possibility to make a batch requests?

like image 690
Seekeer Avatar asked Dec 13 '12 10:12

Seekeer


2 Answers

No. There is no way you can batch geocode a bunch of addresses but you can use the directions api to geocode up to 8 addresses. In the business class it allows up to 24 addresses. Read about it: https://developers.google.com/maps/documentation/javascript/directions. You can also try http://code.google.com/p/google-maps-tsp-solver/.

like image 141
Micromega Avatar answered Sep 20 '22 04:09

Micromega


Yes you can. There are different limits for a free account vs an enterprise account. There is also a limit on how fast you can send requests per second.

like image 44
boojez Avatar answered Sep 19 '22 04:09

boojez