You could construct your own neighborhood reverse geocoder from Zillow's free data. The point in your URL finds the following neighborhood:
state | county | name -------+--------+------------- IL | Cook | Rogers Park It's a great resource, and it's open source. You'll need to construct a reverse geocoder using PostGIS or similar database, download and import the shapefile and create a script to access it, but all of this is free and easy to do. Another great thing about this resource is it's completely free from restrictive terms. You can use the data in any way you want. Cool Zillow! -John Coryat http://maps.huge.info http://www.usnaviguide.com http://www.zipmaps.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
