Class MapItemsRequestEventArgs
Arguments of the event which occur when geospatial data are requested in background.
Inheritance
System.Object
MapItemsRequestEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapItemsRequestEventArgs : Object
Properties
Layer
The VisualizationLayer instance.
Declaration
public VisualizationLayer Layer { get; }
Property Value
VisualizationLayer
|
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
|
Region
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. |