On Feb 26, 5:53 am, joy dalud <[email protected]> wrote: > how do i search zip codes that are within a specified radius and zip > code?
You build a database of zipcodes and search it, similar to the store locator: http://code.google.com/apis/maps/articles/phpsqlsearch.html but note that zipcodes are not points. -- Marcelo - http://maps.forum.nu -- -- 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.
