diff --git a/index.html b/index.html index 16298e1d8..b6628e3bf 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

AbstractAlgorithm

-
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>

Base Algorithm class that implements lock/unlock functionality.

Inheritors

+
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>

Base Algorithm class that implements lock/unlock functionality.

Inheritors

diff --git a/library/com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html b/library/com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html index 4b121b568..bb4a3a325 100644 --- a/library/com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html +++ b/library/com.google.maps.android.clustering.algo/-abstract-algorithm/lock.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

Algorithm

-
interface Algorithm<T : ClusterItem?>

Logic for computing clusters

Inheritors

+
interface Algorithm<T : ClusterItem?>

Logic for computing clusters

Inheritors

diff --git a/library/com.google.maps.android.clustering.algo/-algorithm/lock.html b/library/com.google.maps.android.clustering.algo/-algorithm/lock.html index 0b8e2c70c..096a0525c 100644 --- a/library/com.google.maps.android.clustering.algo/-algorithm/lock.html +++ b/library/com.google.maps.android.clustering.algo/-algorithm/lock.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

NonHierarchicalDistanceBasedAlgorithm

-

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).

Inheritors

+

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).

Inheritors

diff --git a/library/com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html b/library/com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html index f4ea5d573..3601cef17 100644 --- a/library/com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html +++ b/library/com.google.maps.android.clustering.algo/-non-hierarchical-distance-based-algorithm/remove-item.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0
@@ -202,13 +202,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/library/com.google.maps.android.collections/-circle-manager/new-collection.html b/library/com.google.maps.android.collections/-circle-manager/new-collection.html index c17782718..903935f43 100644 --- a/library/com.google.maps.android.collections/-circle-manager/new-collection.html +++ b/library/com.google.maps.android.collections/-circle-manager/new-collection.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0
@@ -202,13 +202,13 @@

Functions

-
remove
+
remove
Link copied to clipboard
-
open fun remove(object: O): Boolean
Removes an object from its collection.
+
open fun remove(object: O): Boolean
Removes an object from its collection.
diff --git a/library/com.google.maps.android.collections/-ground-overlay-manager/new-collection.html b/library/com.google.maps.android.collections/-ground-overlay-manager/new-collection.html index f297557e8..83784b053 100644 --- a/library/com.google.maps.android.collections/-ground-overlay-manager/new-collection.html +++ b/library/com.google.maps.android.collections/-ground-overlay-manager/new-collection.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0
- -
-
-
-
newHashMap
- -
Link copied to clipboard
-
-
-
-
open fun <K, V> newHashMap(numMappings: Int): HashMap<K, V>
-
-
-
-
diff --git a/library/com.google.maps.android.data.geojson/-bi-multi-map/put-all.html b/library/com.google.maps.android.data.geojson/-bi-multi-map/put-all.html index d03d6a3f0..4600744af 100644 --- a/library/com.google.maps.android.data.geojson/-bi-multi-map/put-all.html +++ b/library/com.google.maps.android.data.geojson/-bi-multi-map/put-all.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

Geometry

-
interface Geometry<T>

An abstraction that represents a Geometry object

Parameters

<T>

the type of Geometry object

Inheritors

+
interface Geometry<T>

An abstraction that represents a Geometry object

Parameters

<T>

the type of Geometry object

Inheritors

diff --git a/library/com.google.maps.android.data/-layer/-layer.html b/library/com.google.maps.android.data/-layer/-layer.html index afae4388e..f0720b02f 100644 --- a/library/com.google.maps.android.data/-layer/-layer.html +++ b/library/com.google.maps.android.data/-layer/-layer.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

MultiGeometry

- +
diff --git a/library/com.google.maps.android.data/-multi-geometry/to-string.html b/library/com.google.maps.android.data/-multi-geometry/to-string.html index 0d5eba1f7..e877e4630 100644 --- a/library/com.google.maps.android.data/-multi-geometry/to-string.html +++ b/library/com.google.maps.android.data/-multi-geometry/to-string.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0

Style

- +
diff --git a/library/com.google.maps.android.data/-style/set-line-string-width.html b/library/com.google.maps.android.data/-style/set-line-string-width.html index 9acee789c..769bd3674 100644 --- a/library/com.google.maps.android.data/-style/set-line-string-width.html +++ b/library/com.google.maps.android.data/-style/set-line-string-width.html @@ -44,7 +44,7 @@
-4.3.0
+4.4.0