Please, help for beginner:
I have Google map in HTML page, which declared in HTML as DIV-element
(as it made in example)
<div id="map_canvas" style="width:610px;height:470px;border:1px
solid;">
In another part of this HTML-page I want to request to this Map and
set marker on it.
In JavaScript I write
document.getElementById("map_canvas")
but, sure, I'm getting the object "HTMLDivElement".
So, is there any way to get access to existed map on page ?
Thanks!
--
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.