> I've posted my attempt at creating a static map here.  Where am I
> going wrong?  In Internet Explore I get an error saying GMap2 is
> undefined....

You must draw a clear distinction beteween Static maps and the API.

With static maps, you construct a request in the URL and send it to
googles servers.  They send you an image back.  That's it; there are
no client side functions included, it's just an image.  You can't run
GeoXml on it, you can't do any of the usual G-functions.

When you use the full API, you get a collection of javascript loaded
into the client's browser.  Together with other you write, or include
like geoxml.js, you can instruct that javascript to build maps for and
run client-side functions e.g. to add markers and so on.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to