On Nov 22, 11:26 pm, "[email protected]" <[email protected]> wrote:
> I am new to this and I want to put a static map on my site I already
> got my API key. I want it where visitors can go to my site type in a
> zip code and all of the members on my site in that zip code will come
> up on a map can someone help.........Thank [email protected]

To choose data based on zip code you need to store that data (your
members' details) in a searchable form. See this document:
http://code.google.com/apis/maps/articles/phpsqlajax.html which deals
with bars and restaurants, but could be made to be two (or more, or
fewer) sorts of members.

Storing and getting the data is the important thing. You need the
marker data in order to construct a dynamic map or a static map.

However: you also need to note the Terms, 
http://code.google.com/apis/maps/terms.html
section 9.3(c) and the relevant FAQ 
http://code.google.com/apis/maps/faq.html#tos_mysite
-- "We also respect people's privacy, so the Google Maps APIs
shouldn't be used to identify private information about individuals."
In Europe, and probably other places, private information includes
their address: your members must give explicit permission for you to
show it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to