Closed GoogleCodeExporter closed 8 years ago
Changing this:
if (this.map_.getExtInfoWindow() != null) {
to this:
if (this.map_.getExtInfoWindow() != null && this.container_ != null) {
in remove()
makes the error go away, but still may not address the underlying issue
Original comment by jgarfi...@earthlink.net
on 17 Nov 2009 at 4:44
apparently it is only a problem if an infowindow is still open, but only on the
second time you open a window. Try the attached file and follow instructions
above.
There is a link to clear overlays on the page (you will need to change the API
key).
Original comment by jgarfi...@earthlink.net
on 18 Jan 2010 at 12:05
Attachments:
Original comment by jgarfi...@earthlink.net
on 3 Feb 2010 at 1:58
Original comment by douglass...@earthlink.net
on 18 May 2010 at 10:19
Original issue reported on code.google.com by
jgarfi...@earthlink.net
on 17 Nov 2009 at 2:24