Skip to main content
A newer version of this page is available. .

IClustererGroupProvider.GetGroups(IEnumerable<MapItem>) Method

Separates source items into groups.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

Dictionary<object, IEnumerable<MapItem>> GetGroups(
    IEnumerable<MapItem> sourceItems
)

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