如何从谷歌地图获取经纬度?
我正在以编程方式尝试获取谷歌地图网页上地址的纬度和经度。有什么办法可以做到这一点吗?
更新:
我最终找到了如何做到这一点。将请求发送至:
I am programmatically trying to get latitude and logitude for an address on a google map web page. Is there any way to do this?
Update:
I found out how to do this in the end. Send a request to:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终找到了如何做到这一点。将请求发送至:
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false
I found out how to do this in the end. Send a request to:
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false