使用{Street}, {suburb}, {city}
例如: 72 Victoria Street West,Auckland Central,Auckland
是否可以将 * set * 地址传递到google地图API并返回相应经度和纬度的 * set * 地址?
例如上述地址将返回 [ - 36.8483798,174.7611771]
我知道api调用的默认限制是2500。
有很多地址(+ 5000)我想传递给api。
目前我正在考虑使用javascript函数单独迭代每个地址并将其传递给api,但这似乎效率低,并且在完成之前将超出调用限制。
从我的在线研究和地图api文档中我找不到答案。
如果我能进一步澄清这个问题,请告诉我。
答案 0 :(得分:1)
There is no way to pass a set of addresses in one request. You can pass only one address.
If you need more than 2500 daily requests Google offers enable Billing and pay $0.50 USD / 1000 additional requests.
https://developers.google.com/maps/documentation/geocoding/usage-limits