IClusteringAlgorithmCalculateClusters Method |
int worldSizePx = TileSize * TilesPerSuperTile * Zoom; Map map = new Map(new LatLon(0, 0), worldSizePx, worldSizePx, ZoomLevel.World);
Namespace: Telogis.GeoBase.Clustering
IEnumerable<Cluster> CalculateClusters( IMap map, IEnumerable<IPointFeature> features, IClusterVisualization visualization )