Arguments of the event which occur when geospatial data are requested in background.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapItemsRequestEventArgs
Inheritance: objectMapItemsRequestEventArgs
Properties
The VisualizationLayer instance.
C#
public VisualizationLayer Layer { get; }
Lower right coordinate.
C#
public Location LowerRight { get; }
The region of request.
C#
public LocationRect Region { get; }
Methods
Completes dynamic items request, adds items to the virtualization layer.
C#
public void CompleteItemsRequest(IEnumerable<object> items)
Returned items.