Open GoogleCodeExporter opened 9 years ago
I had the same error. I think setting the Map to null in the remove function
fixes this.
It worked for me.
Modified code:
InfoBox.prototype.remove = function() {
this.setMap(null);//added to fix this issue
if (this.div_) {
this.div_.parentNode.removeChild(this.div_);
this.div_ = null;
}
};
Original comment by yosoyjav...@gmail.com
on 5 Apr 2012 at 11:08
Original issue reported on code.google.com by
jake.puf...@gmail.com
on 4 Feb 2011 at 2:33Attachments: