MarkerCluster Class
Contents
[
Hide
]Summary: Marker cluster symbolizer.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.MarkerCluster
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MarkerCluster(distance) | Initializes a new instance of the MarkerCluster class. |
| MarkerCluster(other) | Initializes a new instance of the MarkerCluster class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| marker | VectorSymbolizer | r/w | Specifies the marker symbolizer in the cluster center. |
| nested_marker | VectorSymbolizer | r/w | Specifies the marker symbolizer for nested cluster points. The default is VectorSymbolizer.null. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
Constructor: MarkerCluster(distance)
MarkerCluster(distance)
Initializes a new instance of the MarkerCluster class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| distance | Measurement | Specifies the distance that collects the nearest points. |
Constructor: MarkerCluster(other)
MarkerCluster(other)
Initializes a new instance of the MarkerCluster class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | MarkerCluster | The other MarkerCluster to copy data from. |