On Sep 29, 4:55 pm, brian <[EMAIL PROTECTED]> wrote: > Does any one know of a mapping package / website where I can go to a > map of a particular area draw a radius, rectangle, square etc on the > map and produce a complete listing of all the addresses within that > shape?
A reverse geocoder database does not contain individual addresses. Instead, it stores address ranges. Requests are interpolated to approximate addresses. Even if you could feed the infinite set of Lat / Lon coordinates in your region to a reverse geocoder, some of the addresses returned will be invalid guesses. The U S Post Office does have lists of valid addresses per zip code but I do not believe the lists are georeferenced. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
