I want the marker cluster to disappear after a certain level of zoom. Now the problem is if i write it on the zoom_changed event of the map, it conflicts with the markercluster.js.
This is because, even marker cluster tries to adjust the clusters with the change in zoom.
So what do i do?