Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jul 14, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: FixedNotReleased

@GoogleCodeExporter
Copy link
Author

Issue 23 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

Issue 28 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant