You can try setting maxZoom and gridSize to something minimal.
markerClusterer.setMaxZoom(1); markerClusterer.setGridSize(1); markerClusterer.redraw();
Before that, you can simply save the previous values โโ(getMaxZoom () and getGridSize ()). Based on reference , there is nothing like enableClustering ().
source share