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 BackgroundItemsRequestEventArgs
Inheritance: objectBackgroundItemsRequestEventArgs
Properties
The VirtualizationLayer instance.
C#
public VirtualizationLayer Layer { get; }
Lower right coordinate.
C#
public Location LowerRight { get; }
Methods
Completes dynamic items request, adds items to the virtualization layer.
C#
public void CompleteItemsRequest(IEnumerable<object> items)
Returned items.