There is currently no way to bind to any of the infowindow events because the
reference to it is not accessible in any way via the API
I needed to bind to the close event and preform some cleanup, but i couldnt. i
made some changes to the code:
(i added the cb argument)
openInfoWindow: function(a, b, cb) {
this.get('iw').setOptions(a);
this.get('iw').open(this.get('map'), this._unwrap(b));
cb && cb(this.get('iw'));
}
Original issue reported on code.google.com by mi...@openmile.com on 13 Feb 2012 at 8:36
Original issue reported on code.google.com by
mi...@openmile.com
on 13 Feb 2012 at 8:36