might you create a custom infowindow and catch the close function in
it as well...

see this:
http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html

within the code:

 var closeImg = document.createElement("img");
    closeImg.style.width = "32px";
    closeImg.style.height = "32px";
    closeImg.style.cursor = "pointer";
   --> closeImg.onlick = dothisandthat();<--
    closeImg.src = "http://gmaps-samples.googlecode.com/svn/trunk/
images/closebigger.gif";
    topDiv.appendChild(closeImg);


On 17 Jan., 22:51, Mike Wellman <mike.well...@gmail.com> wrote:
> No and thank you for pointing this out.  I'll check it out.

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to