On Feb 8, 9:17 am, Nareen <[email protected]> wrote: > > I would like to list all the postcodes with in specific radius from a > specific postcode. Is this possible using Google Map API? I could not > find any methods related to it.
That's quite a good indication that the API doesn't help with this. To do this you would need your own database of postcode locations which you treat as points of interest. It then becomes a standard "store-locator" application. http://code.google.com/apis/maps/articles/phpsqlsearch.html -- 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.
