Miderson99

Results 1 comments of Miderson99

I have this same problem too in my aplication. `const removerAllMarkers = () => { listMarker.forEach((marker) => { if (marker.setMap) { marker.setMap(null); } }); listMarker = []; if (markerClusterer) {...