Hello.
I create a marker and bind InfoWindowHtml:
var marker = new GMarker(center, {draggable: true, title:
"sometitle"});
marker.bindInfoWindowHtml("sometext");
map.addOverlay(marker);For exmaple I need to send content of InfoWindow to another procedure. How can I get content of InfoWindowHtml? Or how I can change title of marker? -- 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=.
