IClusterer.Clusterize(IEnumerable<MapItem>, MapViewport, Boolean) Method
In This Article
Applies the clustering method to the source vector item collection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
void Clusterize(
IEnumerable<MapItem> sourceItems,
MapViewport viewport,
bool sourceChanged
)
#Parameters
Name | Type | Description |
---|---|---|
source |
IEnumerable<Map |
A collection of Map |
viewport | Map |
A Map |
source |
Boolean | A Boolean value indicating whether or not the source item collection is changed. |
See Also