-
Notifications
You must be signed in to change notification settings - Fork 145
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
Huge drop in performances when setting custom clusterContent or clusterItemContent with many items #380
Comments
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.@AdrienDruesne Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Same here, it's making the app freeze and being unusable at the moment. |
to replicate - just increase the cluster count of the ClusterSample to e.g. 4000 |
would it be possible to expand clusters only for the visible viewport? - seems like it's currently expanding on zoom level - adding lot's of individual markers on areas that are potentially not viewed at all |
This seems to be a problem with the clustering utility, not specifically a Compose Utils problem. Underlying issue reported here: googlemaps/android-maps-utils#1199 |
I am also facing this issue, is there any workaround to this? |
It seems that selecting |
🎉 This issue has been resolved in version 4.3.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hello,
While using the Clustering in the
com.google.maps.android:maps-compose-utils:2.13.0
library, if I customize the clusterContent or clusterItemContent, I have a huge drop in performances with 100+ items.Even for a simple composable as the one below, the app stutter when I move on the map, but I don't have any problem if I leave clusterContent and clusterItemContent to null.
Thanks!
The text was updated successfully, but these errors were encountered: