> Embed a google map into a website, feed it addresses, then have the > end user input a zip code and show the nearest points of interest > (addresses I fed it) in a x mile radius? Can anybody give me a hand?
You'll need more than just an embedded map if you intend for these "fed in" addresses to last longer than the current session, you have to store them somewhere. Here is the classic example, using a database and server-side searching 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.
