Back to Devexpress

MapClusterer.Clusterize(MapVectorItemCollection, MapViewport, Boolean) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapclusterer-dot-clusterize-x28-devexpress-dot-xpf-dot-map-dot-mapvectoritemcollection-devexpress-dot-xpf-dot-map-dot-mapviewport-system-dot-boolean-x29.md

latest1.8 KB
Original Source

MapClusterer.Clusterize(MapVectorItemCollection, MapViewport, Boolean) Method

Applies the clustering method to the source vector item collection.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public override void Clusterize(
    MapVectorItemCollection sourceItems,
    MapViewport mapViewport,
    bool sourceChanged
)
vb
Public Overrides Sub Clusterize(
    sourceItems As MapVectorItemCollection,
    mapViewport As MapViewport,
    sourceChanged As Boolean
)

Parameters

NameTypeDescription
sourceItemsMapVectorItemCollection

A collection of MapItem objects.

| | mapViewport | MapViewport |

A MapViewport object, specifying the current viewport.

| | sourceChanged | Boolean |

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

|

See Also

MapClusterer Class

MapClusterer Members

DevExpress.Xpf.Map Namespace