VirtualizationLayer
Information layer which allows virtualization of the information items depends on the geographical location and zoom factor. In contrast to the InformationLayer 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.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class VirtualizationLayer : InformationLayer, ILayer
Inheritance: objectMapLayerInformationLayerVirtualizationLayer
Implements:
Inherited Members
Constructors
Initializes a new instance of the VirtualizationLayer class.
public VirtualizationLayer()
Properties
Gets or sets value which indicates whether the layer should request and render items dynamically during panning and zooming.
public bool RenderWhileMotion { get; set; }
Gets or sets data provider for the virtualization layer.
public IMapVirtualizationSource VirtualizationSource { get; set; }
Gets ZoomLevelGrid collection.
public ZoomLevelGridCollection ZoomLevelGridList { get; }
Methods
Clears items from the layer and re-requests items for regions in current location and zoom.
public void Refresh()