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
I am experiencing an issue with marker clustering on the Huawei Map when the markersClusteringEnabled option is enabled. Specifically, when I update a marker, it disappears from the map. However, the marker reappears when I adjust the zoom level, triggering a re-clustering process.
This issue seems to be related to the clustering mechanism not properly refreshing the marker after an update.
The expected behavior is for the marker to remain visible after an update, without requiring a zoom adjustment to re-cluster and display the marker again.
Steps to reproduce:
Enable markersClusteringEnabled.
Add markers to the map.
Update a marker's position or properties.
Observe that the marker disappears from the map.
Adjust the zoom level, and the marker reappears.
Please advise on how to resolve this issue or if there's a workaround.
Description
I am experiencing an issue with marker clustering on the Huawei Map when the markersClusteringEnabled option is enabled. Specifically, when I update a marker, it disappears from the map. However, the marker reappears when I adjust the zoom level, triggering a re-clustering process.
This issue seems to be related to the clustering mechanism not properly refreshing the marker after an update.
The expected behavior is for the marker to remain visible after an update, without requiring a zoom adjustment to re-cluster and display the marker again.
Steps to reproduce:
Please advise on how to resolve this issue or if there's a workaround.
Screenshots
Logs
I/HmsMapKit_MarkerImpl_56(25865): setInfoWindowAnchor 0.5,0.0
I/HmsMapKit_markerImpl_42(25865): addMarker options setIcon:android.graphics.Bitmap@5c99c01
E/RenderEngine_MarkerImpl(25865): setZIndex:Failure in parameter settin
I/HmsMapKit_MarkerImpl_56(25865): setInfoWindowAnchor 0.5,0.0
I/HmsMapKit_markerImpl_42(25865): addMarker options setIcon:android.graphics.Bitmap@47f9dd7
E/RenderEngine_MarkerImpl(25865): setZIndex:Failure in parameter settin
Environment
Example code
The text was updated successfully, but these errors were encountered: