MapClusterer.Clusterize(MapVectorItemCollection, MapViewport, Boolean) Method
In This Article
Applies the clustering method to the source vector item collection.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public override void Clusterize(
MapVectorItemCollection sourceItems,
MapViewport mapViewport,
bool sourceChanged
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Map |
A collection of Map |
map |
Map |
A Map |
source |
Boolean | A Boolean value indicating whether the source item collection is changed. |
See Also