Optional
An algorithm to cluster markers. Default is SuperClusterAlgorithm. Must provide a calculate method accepting AlgorithmInput and returning an array of Cluster.
calculate
An object that converts a Cluster into a google.maps.Marker. Default is DefaultRenderer.
google.maps.Marker
Generated using TypeDoc
An algorithm to cluster markers. Default is SuperClusterAlgorithm. Must provide a
calculate
method accepting AlgorithmInput and returning an array of Cluster.