Class MarkerCluster
MarkerCluster class
Marker cluster symbolizer.
public class MarkerCluster : VectorSymbolizer
Constructors
| Name | Description |
|---|
| MarkerCluster(MarkerCluster) | Initializes a new instance of the MarkerCluster class. |
| MarkerCluster(Measurement) | Initializes a new instance of the MarkerCluster class. |
Properties
| Name | Description |
|---|
| FeaturesBasedConfiguration { get; set; } | A callback that is used to configure this symbolizer before rendering a cluster center. |
| Marker { get; set; } | Specifies the marker symbolizer in the cluster center. |
| NestedMarker { get; set; } | Specifies the marker symbolizer for nested cluster points. The default is Null. |
See Also