[Google Maps API v2] Re: Infowwindow contents in sidebar
like you say, it's much more of a javascript question than a maps
question.
but it seems like the quick and ugly way to do it would be to change
your Info function to something like this:
function Info(i) {
document.getElementById("topbar").innerHTML="";
document.getElementById("topbar").innerHTML=gmarkers[i].html;
}
maybe...
--
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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home