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

IClusterItemFactory.CreateClusterItem(IList<MapItem>) Method

Creates a cluster representative for the specified cluster items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

MapItem CreateClusterItem(
    IList<MapItem> objects
)

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