Class BackgroundItemsRequestEventArgs
Arguments of the event which occur when geospatial data are requested in background.
Inheritance
System.Object
BackgroundItemsRequestEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BackgroundItemsRequestEventArgs : Object
Properties
Layer
The VirtualizationLayer instance.
Declaration
public VirtualizationLayer Layer { get; }
Property Value
VirtualizationLayer
|
LowerRight
MaxZoom
Gets maximal zoom.
Declaration
public double MaxZoom { get; }
Property Value
System.Double
|
MinZoom
Gets minimal zoom.
Declaration
public double MinZoom { get; }
Property Value
System.Double
|
UpperLeft
Methods
CompleteItemsRequest(IEnumerable<Object>)
Completes dynamic items request, adds items to the virtualization layer.
Declaration
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters
System.Collections.Generic.IEnumerable<System.Object>
items
Returned items. |