Interface IMapClusterStrategy
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public interface IMapClusterStrategy
Methods
GenerateClusters(IEnumerable<IClusterable>, Int64, IMapViewport)
Declaration
List<MapCluster> GenerateClusters(IEnumerable<IClusterable> items, long step, IMapViewport viewport)
Parameters
System.Collections.Generic.IEnumerable<IClusterable>
items
|
System.Int64
step
|
IMapViewport
viewport
|
Returns
System.Collections.Generic.List<MapCluster>
|