anistn / android-maps-extensions

Automatically exported from code.google.com/p/android-maps-extensions
0 stars 0 forks source link

dragged marker causes out of index error when added to cluster #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? Please provide sscce (short, self 
contained, correct example) when possible.

add a draggable marker to the map, drag it somewhere, zoom out until it gets 
"swallowed" by a cluster

What is the expected output? 

dragged marker incorporated into cluster

What do you see instead?
app crashes with an out of index error (if I remember correctly) in 
GridClusteringStrategy. A fix seems to be adding if (ms.size()>0) at line 267

Original issue reported on code.google.com by lvid...@gmail.com on 6 Jun 2013 at 4:17

GoogleCodeExporter commented 9 years ago
Thanks for pointing it. I think I already fixed it here

http://code.google.com/p/android-maps-extensions/source/detail?r=2a39f62cbd2abc5
b87820c1943d4d56b862867fd

I will make sure before releasing 1.4.

Original comment by maciek.g...@gmail.com on 6 Jun 2013 at 9:20

GoogleCodeExporter commented 9 years ago
Issue 23 has been merged into this issue.

Original comment by maciek.g...@gmail.com on 1 Jul 2013 at 9:18

GoogleCodeExporter commented 9 years ago
Issue 28 has been merged into this issue.

Original comment by maciek.g...@gmail.com on 1 Aug 2013 at 8:10

GoogleCodeExporter commented 9 years ago

Original comment by maciek.g...@gmail.com on 8 Aug 2013 at 2:49