MapCluster
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapCluster : MapPathBasedVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Inheritance: objectMapVisualElementMapPathBasedVisualElementMapCluster
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapCluster class.
C#
public MapCluster()
Properties
Gets the clustered items.
C#
public List<IClusterable> ClusteredItems { get; }
The clustered items.
Gets or sets the text of the tool tip for this element.
C#
public override string ToolTipText { get; set; }
The tool tip text.
Overrides:
Methods
C#
protected override MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
Overrides:
Gets the items bounding rectangle.
Hit tests the element.
C#
public override bool HitTest(PointG pointG, PointL pointL, IMapViewport viewport)
The point g.
pointLPointLThe point l.
viewportIMapViewportThe viewport.
Returns:true if XXXX, false otherwise.
Overrides:
Paints the element to the specified graphics.
C#
public override void Paint(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.
Overrides:
Called when the viewport changes.
C#
public override void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
The viewport.
actionViewportChangeActionThe action.
Overrides: