RadControls for WPF

Information layer which allows virtualization of the information items depends on the geographical location and zoom factor. In contrast to StaticLayer which process ALL items in collection this layer request items to process. It makes favor when thousands of items are available (pictures of POIs, for example). Customer application can select what pictures are suitable for given location and zoom factor and returns these ones only.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public class DynamicLayer : InformationLayer
Visual Basic
Public Class DynamicLayer _
	Inherits InformationLayer

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls.Map..::..MapLayer
                  Telerik.Windows.Controls.Map..::..InformationLayer
                    Telerik.Windows.Controls.Map..::..DynamicLayer

See Also