IClusterItemGenerator
Interface
Provides functionality for operations on cluster and original data items.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface IClusterItemGenerator
Derived Classes:
Methods
Gets binding for location property.
C#
Binding GetBindingForLocation(object dataItem)
Data item to which is binding source.
Returns:Binding
Binding to location property.
Detects whether given original data item belongs to the region of the specified cluster at the specified zoom level.
C#
bool IsItemInClusterRegion(ClusterItem cluster, object dataItem, int zoomLevel)
Cluster.
dataItemobjectData item.
zoomLevelintZoom level.
Returns:true - if data item belongs to the region of the specified cluster.