How to temporarily disable map marker clustering?
问题 I am using Google Maps V2 for Android together with maps utils extension library for marker clustering. Some parts of app does not need to get clustered markers. Is there any way to forbid clusterManager to cluster markers and after certain conditions let it cluster items again? 回答1: I found myself another solution. I figured out that on DefaultClusterRenderer method shouldRenderAsCluster is responsible for whether the marker will be rendered as cluster or not. So I created a CustomRenderer