MapClustererBase Class
In This Article
The base class for all vector item clusterers.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.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
See Also