MarkerCluster Class

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

NameDescription
MarkerCluster(distance)Initializes a new instance of the MarkerCluster class.
MarkerCluster(other)Initializes a new instance of the MarkerCluster class.

Properties

NameTypeAccessDescription
markerVectorSymbolizerr/wSpecifies the marker symbolizer in the cluster center.
nested_markerVectorSymbolizerr/wSpecifies the marker symbolizer for nested cluster points. The default is VectorSymbolizer.null.
null [static]NullVectorSymbolizerrThe 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:

ParameterTypeDescription
distanceMeasurementSpecifies the distance that collects the nearest points.

Constructor: MarkerCluster(other)

 MarkerCluster(other) 

Initializes a new instance of the MarkerCluster class.

Parameters:

ParameterTypeDescription
otherMarkerClusterThe other MarkerCluster to copy data from.