Back to Devexpress

MapClustererBase Class

wpf-devexpress-dot-xpf-dot-map-1a92f5f1.md

latest2.1 KB
Original Source

MapClustererBase Class

The base class for clusterers.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class MapClustererBase :
    MapDependencyObject,
    IOwnedElement
vb
Public MustInherit Class MapClustererBase
    Inherits MapDependencyObject
    Implements IOwnedElement

The following members return MapClustererBase objects:

Remarks

This class introduces the MapClustererBase.Items property, allowing you to obtain clustered map items, and the MapClustererBase.Clusterize method, used to apply the clustering algorithm to the specified items.

For more information about clusterers, refer to the Clusterers topic.

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapClustererBase MapClusterer

MarkerClusterer

DistanceBasedClusterer

See Also

MapClustererBase Members

DevExpress.Xpf.Map Namespace