On Mar 28, 3:13 am, Tokci <[email protected]> wrote: > I'm looking for a functionality similar > tohttp://www.pscard.com/searchAndCompare.cfm > > here you can put in a zipcode give the street number and radius of the > search, it'll give the list of addresses present in the area. > > kindly let me know if this type of functionality can be achieved in > using google api and if so how?
That is not API functionality per se. They have a database of pharmacies (with geographic coordinates) and use the database to find the ones in the search area. The only thing the API might be doing is geocoding the input zipcode. If you have a database of addresses which includes their geographic coordinates that you want to use for a search, you can do the same. See the "store locator" tutorial: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/486d66cb18073921/8d6a2b3b263dddc8 for an example. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
