On 9 January 2012 20:11, Jeff Lake <[email protected]> wrote: > you will need your own Database of zip codes, > then the lat/lon center point of each area, > and finally the lat/lon of your affiliate sites .. > do the comparison, > send the lat/lon of nearest to the API ..
You could use the Google geocoder for the user's zipcode. It's a standard store locator application. I'm not sure you can use My Maps for it, but the example is fully worked. http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
