Skip to content

Commit 375ce19

Browse files
committed
feat: added ContinuousZoomEuclideanAlgorithm
1 parent 4a65d60 commit 375ce19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/src/test/java/com/google/maps/android/clustering/algo/ContinuousZoomEuclideanAlgorithmTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ public Float getZIndex() {
6666
public void testContinuousZoomMergesClosePairAtLowZoomAndSeparatesAtHighZoom() {
6767
ContinuousZoomEuclideanAlgorithm<TestClusterItem> algo =
6868
new ContinuousZoomEuclideanAlgorithm<>();
69-
70-
// Optional: customize threshold if your defaults differ
71-
// algo.setMaxDistanceBetweenClusteredItems(100);
72-
69+
7370
Collection<TestClusterItem> items = Arrays.asList(
7471
new TestClusterItem(10.0, 10.0),
7572
new TestClusterItem(10.0001, 10.0001), // very close to the first

0 commit comments

Comments
 (0)