On May 1, 11:57 pm, JarredT <[email protected]> wrote: > > I notice that Google Maps has all of the Chicago area neighborhoods as > locality names. For example, Roger's > Park:http://maps.google.com/?q=Rogers%20Park%20Chicago > > Is there a way I can send Google Maps either an address or coordinates > and have it return the name of the neighborhood in plain text?
Depends what you mean by plain text. See http://maps.google.com/maps/geo?q=Rogers%20Park%20Chicago&output=xml for example. "Rogers Park" is an <AddressLine> within the <AdministrativeArea> of Illinois, so it could be parsed from the result. I don't know where Chicago has gone. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
