IClusterItemFactory Methods
This interface should be implemented by classes which can be used as a cluster item factory.| Name | Description |
|---|---|
| CreateClusterItem(IList<MapItem>) | Creates a cluster representative for the specified cluster items. |
| CustomizeCluster(MapItem) | Allows you to configure a cluster element before it is rendered on the map. |
See Also