使用谷歌地图主页面(不是 API)对地址进行地理编码
有没有办法(使用Python)使用maps.google.com来获取地址的LatLng?
(API 不支持以色列,但主页支持)
我尝试使用 geopy 但似乎不起作用。
Is there a way (using python) to use maps.google.com in order to get LatLng of an address?
(the API doesn't support Israel, but the main page does)
I tried using geopy but that doesn't seem to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于以色列,可以使用 waze.co.il 而不是 google:
他们的 JSON API 是
http://www.waze.co.il/WAS/mozi?q=yourAddress&token=yourToken
(另外,如该线程中所述http://www.waze.co.il/forum/viewtopic .php?f=21&t=6113 反向地理编码是一项付费服务。)
For Israel it's possible to use waze.co.il instead of google:
Their JSON API is
http://www.waze.co.il/WAS/mozi?q=yourAddress&token=yourToken
(Also, as stated in this thread http://www.waze.co.il/forum/viewtopic.php?f=21&t=6113 reverse geocoding is a paid service.)