Click or drag to resize

TileBasedPointClustererT Constructor

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public TileBasedPointClusterer(
	double referenceSize,
	int minLevel,
	int maxLevel
)

Parameters

referenceSize
Type: SystemDouble
The logical size of the cluster area.
minLevel
Type: SystemInt32
The minimum level for which clusters should be created.
maxLevel
Type: SystemInt32
The maximum level for which clusters should be created.
See Also