Hello.
I want to display several maps on a html page at the same place but
one after another.
I know it's possible to create several instances, for example map0=new
google.maps.Map(document.getElementById("map_canvas"),options),
map1=... in the same file but what's the code to display map0 and
then map1 on the page?
Thank you.
--
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.