> thnx for the link, i'm looking for a similar functionality but with > one added feature, the example you've provided 'suggests' the matching > address for the one entered. What I need is to find and suggest > addresses with in a range of the address entered.
Okay ; it's an odd requirement. If you have geocoded the target address why do need to get nearby ones ... Anyways, you'll have to build it from the available tools. First, geocode the target address. (You can't get addresses within X distance of the starting address unless you know where the start is) Then reverse-geocode some nearby point, and note the address. Repeat N times until you have reverse-geocoded a large number of points within your target radius. This may take some time. Now go through your collected list of addresses to eliminate any duplicates, and you will then have a list of all addresses within distance X of the address you started with. Then it seems you'd ignore all that and search your pharmacy database based on the original address location ? You might be interested in this thread - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/ec7a41863a565917/f51157328343b852?lnk=gst&q=geocoding+address+suggest#f51157328343b852 cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
