MapClustererBase Properties
The base class for all vector item clusterers.| Name | Description |
|---|---|
| DisplayNonClusteredItems | Gets or sets the value indicating whether or not the map items that can’t be clustered should be displayed. |
| GroupProvider | Gets or sets the group provider used to separate an initial list of items into groups. |
| ItemMaxSize | Gets the maximum size of a map item that is the cluster representative. |
| ItemMinSize | Gets the minimum size of a map item that is the cluster representative. |
| StepInPixels | Gets or sets the maximum distance between MapItem objects inside one cluster. |
See Also