Create a page that contains just the map that you want to be able to embed, and then give them the code to put it in an <iframe>.
For example, I have a page like this: http://econym.org.uk/gmap/example_frame1.htm and it can be embedded like this: <iframe src="http://econym.org.uk/gmap/example_frame1.htm" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="width: 590px; height: 490px"></iframe> If you want different data to be displayed under different circumstances, then you need to add the information that specifies those circumstances as parameters to the URL in the src parameter. See: http://econym.org.uk/gmap/linktothis.htm Because the iframe runs in your domain, it uses your API key. The people who embed it don't need to generate their own key. -- Mike Williams http://econym.org.uk/gmap -- 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.
