MapLayerCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapLayerCollection : IEnumerable
Inheritance: objectMapLayerCollection
Implements:
Constructors
Initializes a new instance of the MapLayerCollection class.
Properties
C#
public bool IsReadOnly { get; }
C#
public IMapViewport Viewport { get; }
Methods
Suspends updates in all layers.
C#
public void BeginUpdate()
C#
public void Clear()
Resumes updates in all layers.
C#
public void EndUpdate()
Hit tests the overlays in all visible layers.
C#
public MapVisualElement HitTest(Point location)
A point in control coordinates.
Returns:Hit tests the overlays in all layers.
C#
public MapVisualElement HitTest(PointG point)
A point in geo coordinates.
Returns:MapVisualElement.
Hit tests the overlays in all layers.
C#
public MapVisualElement HitTest(PointL point)
A point in map coordinates.
Returns:MapVisualElement.
C#
public void Invalidate()
C#
public virtual void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)