Open GoogleCodeExporter opened 8 years ago
Original comment by pamela.fox
on 4 Feb 2010 at 12:10
Another error occurs if user click on a green route marker (using
loadFromWaypoints)
also ('url' is null or it isn't an object).
A possible workaround?
Thanks
Gian Paolo Saliola
Original comment by info@okmap.org
on 4 Feb 2010 at 11:22
Hi,
someone corrected this bug?
Original comment by SandalAn...@gmail.com
on 19 Nov 2010 at 3:09
Although not a complete solution - the way I've managed to get around this
issue is to turn off the markerClusterer object before using gdirections:
markerCluster.clearMarkers();
and then when you've finished with gdirections - re-create it:
markerCluster = new MarkerClusterer(map, markerArray);
Original comment by kineticV...@gmail.com
on 23 Jul 2011 at 9:01
Thanks for the answer.
I'll try it.
Gian Paolo Saliola
Original comment by info@okmap.org
on 23 Jul 2011 at 9:14
Original issue reported on code.google.com by
info@okmap.org
on 3 Feb 2010 at 6:35