Ok, thank you William, this does the trick. I'm sorry for the (unwanted) multiple posts. I once had a problem posting to a Google group, but it seems the delay in this one was only due to the moderation.
On 10 juil, 09:20, William <[email protected]> wrote: > in Firebug it looks like there are private attributes of the > infowindow such as "view" and "controller" which are only defined when > it is open, so maybe you could have a hack like this: > > if (infowindow.view) { > // infowindow is open} else { > > // infowindow is closed > > } > > but if this works it isn't guaranteed to work in future versions! > > ... -- 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.
