Using the main google maps page (not the API) in order to geocode an address
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.)
精彩评论