-
Notifications
You must be signed in to change notification settings - Fork 181
Cluster Item Update removes marker (Disappears) #573
Copy link
Copy link
Open
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hey,
I'm using Google Maps Compose along with Custom Cluster to render items on map, also I've the below property set to false
override fun shouldRenderAsCluster(cluster: Cluster<T>) = falseOn updating item from clustered/rendered items on the map, the desired updated marker disappears sometimes.
Environment details
'com.google.maps.android:maps-compose:4.4.2'and'com.google.maps.android:maps-compose-utils:4.4.2'Steps to reproduce
Code example
Video Example:
NOTE: The marker disappears at
00:11and I'm using the Filter Icon on the top right to trigger the update manually.Cluster.Item.Update.Issue.mp4
Thanks!