Package com.google.maps.android.clustering.algo
See: Description
-
Class Summary Class Description NonHierarchicalDistanceBasedAlgorithm A simple clustering algorithm with O(nlog n) performance. PreCachingAlgorithmDecorator Optimistically fetch clusters for adjacent zoom levels, caching them as necessary. AbstractAlgorithm Base Algorithm class that implements lock/unlock functionality. GridBasedAlgorithm Groups markers into a grid for clustering. StaticCluster A cluster whose center is determined upon creation. ScreenBasedAlgorithmAdapter NonHierarchicalViewBasedAlgorithm Algorithm that can be used for managing large numbers of items (>1000 markers). -
Interface Summary Interface Description Algorithm Logic for computing clusters ScreenBasedAlgorithm This abstract interface provides two methods: one to determine if the map should recluster when the map moves (shouldReclusterOnMapMovement), and another method to determine the behavior when the camera moves (onCameraChange ()})