-
Notifications
You must be signed in to change notification settings - Fork 142
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
Maps clustering: DefaultClusterRenderer crashes when setting an icon #257
Comments
@145k0v Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Appreciate the repro project. |
I am using Oneplus Nord 2 with Android 12. Our tester has also encountered this issue on Redmi Note 5 with Android 13. Unfortunately, I have not had time to test the new experimental Compose API you mention, but I will try it if I have a chance |
It'd be very much appreciated if you could test it with the Clustering API. The icon rendering is totally reworked. The MapEffect+ClusteringManager is no longer supported (no current plans to remove it, but it's superseded by Clustering). |
For me this issue it's still replicating. I am using Android API 33.
I need to add it like this because I want to have a proper click listener. Please note that there is no map movement involved in my case. |
DefaultClusterRenderer crashes when clicking on a marker and going to another Fragment and/or returning back the Fragment with map. I am not sure if it a problem with Compose lifecycle this library wraps Google Maps with, or it is a general problem with Google Maps. I've seen a similar issue here, if it is not a problem with Compose, then I will open a new issue in that project.
I have copied and slightly modified the demo project to reproduce the issue, you can find it here
Eventually, the app will crash with the following stacktrace:
Maps Compose v2.8.1, Maps v3.3.0, Maps Utils v2.3.0, Play Services v18.0.2; tested on OnePlus Nord 2, Android 12
The text was updated successfully, but these errors were encountered: