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
Weird cluster behaviour when clusters change with an animation on zooming. The cluster icon refreshes, resulting in a flickering shadow, even though the cluster position has not changed.
The shadow flicker is caused by a new cluster appearing on top of the existing one during the animation.
Expected behavior
I would expect the cluster to not animate if there is no position change. This would prevent a shadow flickering.
Observed behavior
When clusters are (re-)clustered, this also affects a cluster that has remained in the same position, causing the shadow to blink.
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.
@danijel-vrecic Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:
Summary
Weird cluster behaviour when clusters change with an animation on zooming. The cluster icon refreshes, resulting in a flickering shadow, even though the cluster position has not changed.
The shadow flicker is caused by a new cluster appearing on top of the existing one during the animation.
Expected behavior
I would expect the cluster to not animate if there is no position change. This would prevent a shadow flickering.
Observed behavior
When clusters are (re-)clustered, this also affects a cluster that has remained in the same position, causing the shadow to blink.
Screen_recording_20240312_133131ss.webm
Environment details
kotlin = "1.9.0"
mapUtils = "5.0.0"
playServicesMaps = "18.2.0"
Code example
Custom renderer with no additional modifications.
The text was updated successfully, but these errors were encountered: