Please, I need a help.
I want to check if my infowindow is opened.
For example:
if (infowindow.isOpened) { doSomething() }
infowindow.getMap() returns null if infowindow is closed.
infowindow.getMap()
infowindow
So you can use simply:
if (infowindow.getMap());