迭代一遍一组地址 - 地理编码器服务
我有一组字符串格式的地址。我需要使用地理编码器服务获取每个地址的纬度/经度位置信息。不幸的是,迭代地址集并没有在注册的回调中给出预期的结果。
有没有更好的方法来获取地址集的纬度/经度信息?
TIA如有任何建议。
I have a set of addresses in string format. I need to get the lat/long position information for each of those addresses using Geocoder service. Unfortunately, iterating thro' the set of addresses is not giving me the expected result in the registered callback.
Is there is a better way to get the lat/long info of the address set?
My question is similar to :
http://code.google.com/apis/maps/documentation/javascript/forum.html?place=topic%2Fgoogle-maps-js-api-v3%2F4l6BkdzmHOo%2Fdiscussion
TIA for any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了对我有用的答案:
http://code.google.com /apis/maps/articles/phpsqlgeocode.html#samplecode
谢谢。
Found the answer that worked for me:
http://code.google.com/apis/maps/articles/phpsqlgeocode.html#samplecode
Thanks.