Preparing search index...
The search index is not available
@googlemaps/js-markerclusterer
@googlemaps/js-markerclusterer
ClusterStats
Class ClusterStats
Provides statistics on all clusters in the current render cycle for use in
Renderer.render
.
Index
Constructors
constructor
Properties
clusters
markers
Constructors
constructor
new
ClusterStats
(
markers
:
Marker
[]
,
clusters
:
Cluster
[]
)
:
ClusterStats
Parameters
markers
:
Marker
[]
clusters
:
Cluster
[]
Returns
ClusterStats
Properties
Readonly
clusters
clusters
:
{
count
:
number
;
markers
:
{
max
:
number
;
mean
:
number
;
min
:
number
;
sum
:
number
}
;
}
Readonly
markers
markers
:
{
sum
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
clusters
markers
@googlemaps/js-markerclusterer
MarkerClustererEvents
Cluster
ClusterStats
DefaultRenderer
GridAlgorithm
MarkerClusterer
MarkerUtils
NoopAlgorithm
SuperClusterAlgorithm
SuperClusterViewportAlgorithm
Algorithm
AlgorithmInput
AlgorithmOptions
AlgorithmOutput
ClusterOptions
GridOptions
MarkerClustererOptions
Renderer
SuperClusterViewportOptions
SuperClusterViewportState
Marker
onClusterClickHandler
SuperClusterOptions
defaultOnClusterClickHandler
extendBoundsToPaddedViewport
filterMarkersToPaddedViewport
getPaddedViewport
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Provides statistics on all clusters in the current render cycle for use in Renderer.render.