Check if infowindow is opened Google Maps v3

前端 未结 5 903
小鲜肉
小鲜肉 2020-12-28 12:16

Please, I need a help.

I want to check if my infowindow is opened.

For example:

if (infowindow.isOpened)
{
   doSomething()
}
5条回答
提交回复
热议问题