You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: library/src/main/java/com/google/maps/android/clustering/algo/NonHierarchicalViewBasedAlgorithm.java
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2016 Google Inc.
2
+
* Copyright 2024 Google Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -28,10 +28,11 @@
28
28
importjava.util.Collection;
29
29
30
30
/**
31
-
* This algorithm works the same way as {@link NonHierarchicalDistanceBasedAlgorithm} but works, only in
32
-
* visible area. It requires to be reclustered on camera movement because clustering is done only for visible area.
31
+
* Algorithm that can be used for managing large numbers of items (>1000 markers). This algorithm works the same way as {@link NonHierarchicalDistanceBasedAlgorithm}
32
+
* but works, only in visible area. It requires {@link #shouldReclusterOnMapMovement()} to be true in order to re-render clustering
0 commit comments