Also,
A part of the discussion was that this code of mine:
> > document.getElementById("map_canvas").innerHTML=xmlhttp.responseText;
replaces the content of the div with id="map_canvas" with the text
returned by the xmlhttp request, destroying anything
that it currently contains (the map).
But I am trying to return markers, so how do I make the map place the
text returned by the xmlhttp request as markers on the existing map?
Thanks,
Alex
--
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.