Non Hierarchical View Based Algorithm
open class NonHierarchicalViewBasedAlgorithm<T : ClusterItem?> : NonHierarchicalDistanceBasedAlgorithm<T> , ScreenBasedAlgorithm<T>
Algorithm that can be used for managing large numbers of items (>1000 markers). This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area. It requires shouldReclusterOnMapMovement to be true in order to re-render clustering when camera movement changes the visible area.
Parameters
<T>
The ClusterItem type
Functions
Link copied to clipboard
Adds a collection of items to the algorithm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes an item from the algorithm
Link copied to clipboard
Removes a collection of items from the algorithm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Updates the provided item in the algorithm
Link copied to clipboard
Update view width and height in case map size was changed.