rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
319 stars 102 forks source link

MarkerClustering.RemoveMarkers Unexpected behavior (WASM) #251

Closed joe-shapiro-biz closed 1 year ago

joe-shapiro-biz commented 1 year ago

Removing a marker from a clusterer does not produce expected results. I think it should reduce the number of markers in the cluster and make the removed marker independently visible.

Attached is a solution demonstrating the issue. BlazorApp1.zip

joe-shapiro-biz commented 1 year ago

Nevermind. I see that it is supposed to remove the marker from the map as well.