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

MapClustererBase Class

The base class for all vector item clusterers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class MapClustererBase :
    IClusterer,
    IDisposable,
    IComponentProvider,
    IComponent

Remarks

This class introduces the MapClustererBase.StepInPixels property. It allows specifying the maximum distance between elements in a cluster, and the MapClustererBase.GroupProvider property that allows you to change a group provider separating the input list of vector data into groups.

Implements

Inheritance

See Also