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

IClusterer.Clusterize(IEnumerable<MapItem>, MapViewport, Boolean) Method

Applies the clustering method to the source vector item collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

void Clusterize(
    IEnumerable<MapItem> sourceItems,
    MapViewport viewport,
    bool sourceChanged
)

Parameters

Name Type Description
sourceItems IEnumerable<MapItem>

A collection of MapItem objects.

viewport MapViewport

A MapViewport object, specifying the current viewport.

sourceChanged Boolean

A Boolean value indicating whether or not the source item collection is changed.

See Also