Hey maplab, In V3, multiple InfoWindow objects can be displayed on a map. To ensure only one InfoWindow is open at a time, save the object into a global variable and call setPosition() against it in the "click" event handler for each marker.
FYI, we'll soon be posting a simple example to demonstrate how to do this, but in the meantime, it should look something like this. Thanks, Dann On Jan 13, 11:31 am, maplab <[email protected]> wrote: > I have created a map with multiple markers. When I pop up an > InfoWindow, and then another, the first bubble does not go away. I > have tried both true and false for "noCloseOnClick" and the bubbles > still persist. Advice?
-- 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.
