A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  T  U 

S

ScreenBasedAlgorithm - class in com.google.maps.android.clustering.algo
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)} ()})
ScreenBasedAlgorithmAdapter - class in com.google.maps.android.clustering.algo
 
search(Bounds) - function in com.google.maps.android.quadtree.PointQuadTree
Search for all items within a given bounds.
setAlgorithm(Algorithm) - function in com.google.maps.android.clustering.ClusterManager
 
setAlgorithm(ScreenBasedAlgorithm) - function in com.google.maps.android.clustering.ClusterManager
 
setAnimation(Boolean) - function in com.google.maps.android.clustering.ClusterManager
 
setAnimation(Boolean) - function in com.google.maps.android.clustering.view.ClusterRenderer
Called to set animation on or off
setAnimation(Boolean) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
Called to set animation on or off
setAnimation(Boolean) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
Called to set animation on or off
setAnimation(Boolean) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
Called to set animation on or off
setAnimationDuration(Long) - function in com.google.maps.android.clustering.view.ClusterRenderer
Sets the length of the animation in milliseconds.
setAnimationDuration(Long) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
.
setAnimationDuration(Long) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
.
setAnimationDuration(Long) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
.
setAnimationInterpolator(TimeInterpolator) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
Sets the interpolator for the animation.
setAnimationType(ClusterRendererMultipleItems.AnimationType) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setLoggingEnabled(Boolean) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
Enables or disables logging for the cluster renderer.
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.AbstractAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.Algorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.CentroidNonHierarchicalDistanceBasedAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.ContinuousZoomEuclideanCentroidAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.GridBasedAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.NonHierarchicalDistanceBasedAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.PreCachingAlgorithmDecorator
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.ScreenBasedAlgorithm
 
setMaxDistanceBetweenClusteredItems(Integer) - function in com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
 
setMinClusterSize(Integer) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
If cluster size is less than this size, display individual markers.
setMinClusterSize(Integer) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
If cluster size is less than this size, display individual markers.
setMinClusterSize(Integer) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
If cluster size is less than this size, display individual markers.
setOnClusterClickListener(ClusterManager.OnClusterClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when a Cluster is tapped.
setOnClusterClickListener(ClusterManager.OnClusterClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterClickListener(ClusterManager.OnClusterClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterClickListener(ClusterManager.OnClusterClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterClickListener(ClusterManager.OnClusterClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when a Cluster info window is tapped.
setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterInfoWindowClickListener(ClusterManager.OnClusterInfoWindowClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setOnClusterInfoWindowLongClickListener(ClusterManager.OnClusterInfoWindowLongClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when a Cluster info window is long-pressed.
setOnClusterInfoWindowLongClickListener(ClusterManager.OnClusterInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterInfoWindowLongClickListener(ClusterManager.OnClusterInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterInfoWindowLongClickListener(ClusterManager.OnClusterInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterInfoWindowLongClickListener(ClusterManager.OnClusterInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when an individual ClusterItem is tapped.
setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterItemClickListener(ClusterManager.OnClusterItemClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when an individual ClusterItem's Info Window is tapped.
setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterItemInfoWindowClickListener(ClusterManager.OnClusterItemInfoWindowClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setOnClusterItemInfoWindowLongClickListener(ClusterManager.OnClusterItemInfoWindowLongClickListener) - function in com.google.maps.android.clustering.ClusterManager
Sets a callback that's invoked when an individual ClusterItem's Info Window is long-pressed.
setOnClusterItemInfoWindowLongClickListener(ClusterManager.OnClusterItemInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.ClusterRenderer
 
setOnClusterItemInfoWindowLongClickListener(ClusterManager.OnClusterItemInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
setOnClusterItemInfoWindowLongClickListener(ClusterManager.OnClusterItemInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.DefaultAdvancedMarkersClusterRenderer
 
setOnClusterItemInfoWindowLongClickListener(ClusterManager.OnClusterItemInfoWindowLongClickListener) - function in com.google.maps.android.clustering.view.DefaultClusterRenderer
 
setRenderer(ClusterRenderer) - function in com.google.maps.android.clustering.ClusterManager
 
shouldReclusterOnMapMovement() - function in com.google.maps.android.clustering.algo.NonHierarchicalViewBasedAlgorithm
 
shouldReclusterOnMapMovement() - function in com.google.maps.android.clustering.algo.ScreenBasedAlgorithm
 
shouldReclusterOnMapMovement() - function in com.google.maps.android.clustering.algo.ScreenBasedAlgorithmAdapter
 
SphericalMercatorProjection - class in com.google.maps.android.projection
 
StaticCluster - class in com.google.maps.android.clustering.algo
A cluster whose center is determined upon creation.
stopAnimation() - function in com.google.maps.android.clustering.view.ClusterRendererMultipleItems
 
A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  T  U