Skip to main content

GmapCluster

Cluster component

[See](source code) ,[See](Official documentation) ,[See](Marker clusterer)

Props

Prop nameDescriptionTypeValuesDefault
algorithmAn algorithm to cluster markers. Default is SuperClusterAlgorithm. Must provide a
calculate method accepting AlgorithmInput and returning an array of Cluster.
@see algorithm
objectundefinedundefined
onClusterClickFunction to run when the user clicks the cluster.
@see onClusterClick
funcundefinedundefined
rendererAn object that converts a Cluster into a google.maps.Marker. Default is DefaultRenderer.
@see renderer
objectundefinedundefined
optionsOther options that you can pass to the MarkerClustererobjectundefinedundefined

Slots

NameDescriptionBindings
defaultUsed to set your cluster