GmapCluster
Cluster component
[See](source code) ,[See](Official documentation) ,[See](Marker clusterer)
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| algorithm | An algorithm to cluster markers. Default is SuperClusterAlgorithm. Must provide a calculate method accepting AlgorithmInput and returning an array of Cluster. @see algorithm | object | undefined | undefined |
| onClusterClick | Function to run when the user clicks the cluster.@see onClusterClick | func | undefined | undefined |
| renderer | An object that converts a Cluster into a google.maps.Marker. Default is DefaultRenderer.@see renderer | object | undefined | undefined |
| options | Other options that you can pass to the MarkerClusterer | object | undefined | undefined |
Slots
| Name | Description | Bindings |
|---|---|---|
| default | Used to set your cluster |