google-code-export / dashclock

Automatically exported from code.google.com/p/dashclock
Apache License 2.0
1 stars 1 forks source link

Use Google reverse geo-coding api for Weather location name #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Yahoo reverse geocoding seems to be bad, especially out of the US, and anyway 
at my location, in Belgium.

I'd suggest to use the Google API 
(https://developers.google.com/maps/documentation/geocoding/#ReverseGeocoding) 
which is also used in Beautiful Widgets (IIRC) and which works perfectly.

If pull requests are accepted, I can code it if it's ok for you.

Original issue reported on code.google.com by christia...@gmail.com on 17 Feb 2013 at 8:41

GoogleCodeExporter commented 9 years ago
Nevermind, seems Google API does not allow this unless on a Google Maps.

I'd suggest Mapquest/Openstreetmap api instead 
(http://developer.mapquest.com/web/products/open/nominatim)

Original comment by christia...@gmail.com on 17 Feb 2013 at 9:38

GoogleCodeExporter commented 9 years ago
Nevermind. Created Pull Request 173. Can be closed

Original comment by christia...@gmail.com on 17 Feb 2013 at 2:59