We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi . I just want to know how to close or destroy multiple info windows . Regards
The text was updated successfully, but these errors were encountered:
any idea or reponse ??
Sorry, something went wrong.
Something like this? https://stackoverflow.com/questions/46541611/agm-marker-onmouseover-open-agm-info-window
@jaimeplier No I mean bulk close of all info windows in one time .
@stivoox sorry for such late response, but you can try to trigger "click" event on a map manually:
"click"
google.maps.event.trigger(gmap, "click");
And if your windows have closeOnMapClick: true in config they will close.
closeOnMapClick: true
No branches or pull requests
Hi .
I just want to know how to close or destroy multiple info windows .
Regards
The text was updated successfully, but these errors were encountered: