IClusterItemFactory.CreateClusterItem(IList<MapItem>) Method
Creates a cluster representative for the specified cluster items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
objects | IList<MapItem> | A list of MapItem class descendant objects that are cluster items. |
Returns
Type | Description |
---|---|
MapItem | A MapItem class descendant object, that is a cluster representative. |
See Also