You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use clustering together with marker animation - I often encounter an issue where I zoom enough for cluster to split but it doesn't.
When that happens - no matter how close I zoom or pan, clusters keep just stuck in their latest positions
I've tried calling map.setClustering(null) after having this happening to see if clusters at least get cleared, but it doesn't help.
If I don't use marker animation - this doesn't happen.
Looks like timing issue / race condition to me.
The text was updated successfully, but these errors were encountered:
Hello Simon,
Thank you for the report. Could you make a SSCCE so I can look into it? There are examples in demo app in this repository, which you could use as base. PR with such Fragment or Activity, but you can also paste the code here.
Regards, Maciej
I'm having the same issue. My app starts zoomed out, showing everything clustered (while it's obtaining your location). Once the user's location is found, the app will zoom in on their location.
The problem is that the clusters from the initial zoomed out view are still showing! Even zooming out/in, the phantom clusters are still there.
Is there any way to manually "clear" the clusters? Note: I'm already calling map.clear() and that doesn't do it.
If I use clustering together with marker animation - I often encounter an issue where I zoom enough for cluster to split but it doesn't. When that happens - no matter how close I zoom or pan, clusters keep just stuck in their latest positions
I've tried calling map.setClustering(null) after having this happening to see if clusters at least get cleared, but it doesn't help.
If I don't use marker animation - this doesn't happen.
Looks like timing issue / race condition to me.
The text was updated successfully, but these errors were encountered: