I am using Google Maps Android Marker Clustering Utility to enable clustering for my markers. In order to use this library, i need to set the map's cameraChangeListener to be object of type ClusterManager. The problem is that i want to control the minimum zoom level, so that when zoom level goes below some threshold, to set it's value back to so predefined value. But, when i set onCameraChangeListener to object of type ClusterManager i lose the possibility to control the zoom level.
Does somebody know how to control zoom level when using this library ?
Many thanks!