使用谷歌地图主页面(不是 API)对地址进行地理编码

发布于 2024-11-01 14:34:11 字数 109 浏览 0 评论 0原文

有没有办法(使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

給妳壹絲溫柔 2024-11-08 14:34:11

对于以色列,可以使用 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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文