diff --git a/library/com.google.maps.android.clustering.algo/-abstract-algorithm/index.html b/library/com.google.maps.android.clustering.algo/-abstract-algorithm/index.html index 627ed9aa0..6b4623bbb 100644 --- a/library/com.google.maps.android.clustering.algo/-abstract-algorithm/index.html +++ b/library/com.google.maps.android.clustering.algo/-abstract-algorithm/index.html @@ -108,7 +108,7 @@
Base Algorithm class that implements lock/unlock functionality.
Base Algorithm class that implements lock/unlock functionality.
Logic for computing clusters
Logic for computing clusters
A simple clustering algorithm with O(nlog n) performance. Resulting clusters are not hierarchical.
High level algorithm: 1. Iterate over items in the order they were added (candidate clusters). 2. Create a cluster with the center of the item. 3. Add all items that are within a certain distance to the cluster. 4. Move any items out of an existing cluster if they are closer to another cluster. 5. Remove those items from the list of candidate clusters.
Clusters have the center of the first element (not the centroid of the items within it).
A simple clustering algorithm with O(nlog n) performance. Resulting clusters are not hierarchical.
High level algorithm: 1. Iterate over items in the order they were added (candidate clusters). 2. Create a cluster with the center of the item. 3. Add all items that are within a certain distance to the cluster. 4. Move any items out of an existing cluster if they are closer to another cluster. 5. Remove those items from the list of candidate clusters.
Clusters have the center of the first element (not the centroid of the items within it).
Renders clusters.
Renders clusters.
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
the type of Polygon - GeoJsonPolygon or KmlPolygon
An interface containing the common properties of GeoJsonPolygon and KmlPolygon
the type of Polygon - GeoJsonPolygon or KmlPolygon
An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature
An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature
An abstraction that represents a Geometry object
the type of Geometry object
An abstraction that represents a Geometry object
the type of Geometry object
An abstraction that shares the common properties of KmlLayer and GeoJsonLayer
An abstraction that shares the common properties of KmlLayer and GeoJsonLayer
An abstraction that shares the common properties of KmlLineString and GeoJsonLineString
An abstraction that shares the common properties of KmlLineString and GeoJsonLineString
An abstraction that shares the common properties of KmlMultiGeometry and GeoJsonMultiLineString, GeoJsonMultiPoint and GeoJsonMultiPolygon
An abstraction that shares the common properties of KmlMultiGeometry and GeoJsonMultiLineString, GeoJsonMultiPoint and GeoJsonMultiPolygon
An abstraction that shares the common properties of KmlPoint and GeoJsonPoint
An abstraction that shares the common properties of KmlPoint and GeoJsonPoint
An abstraction that shares the common properties of KmlRenderer and GeoJsonRenderer
An abstraction that shares the common properties of KmlRenderer and GeoJsonRenderer
An abstraction that shares the common properties of KmlStyle, GeoJsonPointStyle, GeoJsonLineStringStyle and GeoJsonPolygonStyle
An abstraction that shares the common properties of KmlStyle, GeoJsonPointStyle, GeoJsonLineStringStyle and GeoJsonPolygonStyle