Closed GoogleCodeExporter closed 8 years ago
Change func handleClickEvent in DataView.java :
for (int i = 0 ; i <= dataHandler.getMarkerCount() && !evtHandled; i++)
by for (int i = 0 ; i < dataHandler.getMarkerCount() && !evtHandled; i++)
Original comment by kunlq...@gmail.com
on 6 Dec 2010 at 11:25
Thanks for reporting the issue and providing a fix, I'm testing it
Daniele
Original comment by daniele.gobbetti
on 10 Dec 2010 at 10:54
Original comment by mixare.org
on 13 Dec 2010 at 8:38
Original issue reported on code.google.com by
kunlq...@gmail.com
on 6 Dec 2010 at 4:42