Package 

Interface ScreenBasedAlgorithm

  • All Implemented Interfaces:
    com.google.maps.android.clustering.algo.Algorithm

    
    public interface ScreenBasedAlgorithm<T extends ClusterItem>
     implements Algorithm<T>
                        

    This abstract interface provides two methods: one to determine if the map should recluster when the map moves ({@link #shouldReclusterOnMapMovement()}), and another method to determine the behavior when the camera moves ({@link #onCameraChange(CameraPosition)} ()})