snazzy-info-window icon indicating copy to clipboard operation
snazzy-info-window copied to clipboard

Close multiple windows

Open ghost opened this issue 6 years ago • 4 comments

Hi . I just want to know how to close or destroy multiple info windows . Regards

ghost avatar Apr 16 '18 18:04 ghost

any idea or reponse ??

ghost avatar Jun 26 '18 17:06 ghost

Something like this? https://stackoverflow.com/questions/46541611/agm-marker-onmouseover-open-agm-info-window

jaimeplier avatar Jun 26 '18 17:06 jaimeplier

@jaimeplier No I mean bulk close of all info windows in one time .

ghost avatar Jun 27 '18 14:06 ghost

@stivoox sorry for such late response, but you can try to trigger "click" event on a map manually:

google.maps.event.trigger(gmap, "click");

And if your windows have closeOnMapClick: true in config they will close.

il-tmfv avatar Aug 16 '19 11:08 il-tmfv