开发者

Using the main google maps page (not the API) in order to geocode an address

开发者 https://www.devze.com 2023-02-27 03:02 出处:网络
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)

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开发者_如何学Python to work.


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.)

0

精彩评论

暂无评论...
验证码 换一张
取 消