IClusterer Methods
The interface that should be implemented by classes providing clustering functionality.| Name | Description |
|---|---|
| Clusterize(IEnumerable<MapItem>, MapViewport, Boolean) | Applies the clustering method to the source vector item collection. |
| SetOwner(IMapDataAdapter) | Specifies the owner object for a clusterer. |
See Also