->

23 October 2008

Official Google Maps API Reverse Geocoder - New!

Official Google Maps API Reverse Geocoder - New!

What is Reverse Geocoding? "finding an associated textual location such as a street address, from geographic coordinates."
source:wiki:geocoding

Reverse Geocoder Example Map
Clicking the map sends the latitude and longitude to the 'Google Geocoder Servers' the nearest address is returned. (click the image above to view the new official example)

Finally after many months of asking Google Map API Team have released the Google Reverse Geocoder :)

There is also a HTTP Server Reverse Geocoder - it works like this
send request:
http://maps.google.com/maps/geo?output=xml&oe=utf-8&ll=37,-122&key=asdad
Reply is:

Reverse Geocoder Example HTTP Response
http://googlegeodevelopers.blogspot.com/2008/10/geocoding-in-reverse.html

Support Documentation is coming very soon.

Supported Countries:


IF this spreadsheet has a 'Yes' in the Geocoding column then that country is supported with Reverse Geocoding as well.


"Note: that GClientGeocoder should be used for any user-entered reverse
geocodes, due to the way our [Google] IP limit system works. The HTTP service
should be used for tasks like reverse geocoding points in a database."

Well done to the Google Maps API Team on working on this and providing some good feedback.


Labels: , , , , ,

1 Comments:

At Saturday, July 18, 2009 2:08:00 pm, Anonymous Geek said...

Problem is that the license does not really allow you to use this information!
The service under geonames.org is for free I guess!

 

Post a Comment

<< Home