Blazor.GoogleMap
Blazor.GoogleMap copied to clipboard
Remove Marker
There is a problem with the
removeMarker: function (markerId)
because i am removing a marker but the removeResult is False because of the following line
var removeResult = filteredMarkers.length === blazorGoogleMap.markersModule.markers.length - 1;
Can you please check that?