Does Google Geocoding API (V3) supports batch geocoding?

╄→гoц情女王★ 提交于 2019-12-05 15:33:13
Gigamegs

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/.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!