On Jul 11, 9:42 pm, Josh <[email protected]> wrote: > > Is there any API function I may have overlooked that does this in a > cleaner way? Or is this the best way to do it?
Geocoding does this. For example, try "Cemetery Rd, TX". You can see what the API will produce by getting an XML representation of the result: http://maps.google.com/maps/geo?q=Cemetery+Rd,+TX&output=xml The <address> elements give you the parsed address of each location found. You shouldn't need to reverse-geocode the location, as it's all there. 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 -~----------~----~----~----~------~----~------~--~---
