Open GoogleCodeExporter opened 9 years ago
I've found the source of the error - its the icon: {} option. Incidentally this
seems to throw the same error using a standard google.maps.Marker.
Anyway, the workaround I'm using is to define the icon as a invisible symbol:
icon: {path: 'M0,0L0,1',strokeWeight: 0 }
Seems to work for me.
Original comment by he...@salcombelifeapp.com
on 13 Feb 2014 at 1:46
Original issue reported on code.google.com by
he...@salcombelifeapp.com
on 13 Feb 2014 at 1:21