Class MapItemsRequestEventArgs
Arguments of the event which occur when geospatial data are requested in background.
Inheritance
System.Object
MapItemsRequestEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapItemsRequestEventArgs
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. |