MarkerCluster.FeaturesBasedConfiguration

MarkerCluster.FeaturesBasedConfiguration property

A callback that is used to configure this symbolizer before rendering a cluster center.

public Action<IEnumerable<Feature>, MarkerCluster> FeaturesBasedConfiguration { get; set; }

Remarks

This callback is invoked before rendering every cluster center. It accepts a features that are about to be rendered and a clone of this symbolizer. By changing properties of the clone, it is possible to update symbolizer’s behavior based on features’ attributes.

See Also