IClustererGroupProvider Methods
The interface that should be implemented by classes that can be used as group providers for clusterers.| Name | Description |
|---|---|
| GetGroups(IEnumerable<MapItem>) | Separates source items into groups. |
| OnClusterCreated(MapItem) | Called after the cluster is created. |
See Also