MapClustererBase Class
The base class for all vector item clusterers.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public abstract class MapClustererBase :
IClusterer,
IDisposable,
IComponentProvider,
IComponent
Remarks
The MapClustererBase.StepInPixels property specifies the maximum distance between elements in a cluster.
The MapClustererBase.GroupProvider property specifies a group provider that arranges the input list of vector data into groups.
Implements
Inheritance
See Also