-
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
Clustering sometimes show default markers #569
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.@ArisGuimera Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Hi Aris, I have exactly the same problem, it's very random, sometimes it happens after the 50th launch, sometimes on the first. Apart from the graphics bug, what's more annoying is the crash if the user clicks on the default marker. I'll let you know if I make any progress, Thomas |
I haven't found any solution, but if I fixed I will let you know |
Hi @ArisGuimera , @ThomasLefebvre , What you get is similar to the one described in this issue? |
I think so but my Android version is 12. |
I have the same issue, it occasionally happens on debug builds but occurs a lot more for release builds. I can also replicate the issue if I use
where I use If I update the Clearing all the markers with a |
We are seeing the same issue 😔. Any advise or help on this would be greatly appreciated! |
My team has also encountered this issue. We are using the |
Amazing!! |
+1 |
2 similar comments
+1 |
+1 |
(I deleted my previous message because it was wrong). After debugging a bit I think I have a better understanding of what is going on. From what I can see I'm currently using the suggested implementation for the case in which I need a custom renderer, this one. If I wait for both If I don't wait for |
@gmazzotta-bit thanks for your hints - that sounds very reasonable 👍 |
I ran into this as well on a production app and came up with essentially the same workaround that @gmazzotta-bit suggested in #569 (comment) Here's two screenshots of the bug I was experiencing, where the default marker (both single item and cluster) displayed underneath my composable marker content: I extracted my fix into PR #615. I have not seen the issue reproduce since incorporating this change into my project. |
🎉 This issue has been resolved in version 6.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
I have a screen that contain a list of custom markers with clustering and works fine. The problem is sometime after open de screen my google maps show my customs markers AND the default markers on the same place.
Is just random, sometimes when screen is open first time, sometimes when screen is open after 5 times.
Please be sure to include as much information as possible:
Environment details
Steps to reproduce
Code example
Thanks!
The text was updated successfully, but these errors were encountered: