IClustererGroupProvider.GetGroups(IEnumerable<MapItem>) Method
Separates source items into groups.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceItems | IEnumerable<MapItem> | A IEnumerable<T><MapItem,> object containing map items for grouping. |
Returns
Type | Description |
---|---|
Dictionary<Object, IEnumerable<MapItem>> | A dictionary that stores pairs (value used to group items, an items group). |
See Also