Google Map API v3 ~ Simply Close an infowindow?
Posted
by Harry
on Stack Overflow
See other posts from Stack Overflow
or by Harry
Published on 2010-05-31T22:01:34Z
Indexed on
2010/05/31
22:23 UTC
Read the original article
Hit count: 262
google-maps-api-3
|google-maps-v3
Trying to simply close an infowindow?
I already have an array of markers, so something like this would be good. Thanks
MyMarkers[i].infowindow.close();
© Stack Overflow or respective owner