Protected
maxProtected
clusterProtected
noopHelper function to bypass clustering based upon some map state such as zoom, number of markers, etc.
cluster({markers, map}: AlgorithmInput): Cluster[] {
if (shouldBypassClustering(map)) {
return this.noop({markers})
}
}
Generated using TypeDoc
Noop algorithm does not generate any clusters or filter markers by the an extended viewport.