New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets maximal zoom.

C#
public double MaxZoom { get; }

Gets minimal zoom.

C#
public double MinZoom { get; }

Upper left coordinate.

C#
public Location UpperLeft { get; }

Methods

Completes dynamic items request, adds items to the virtualization layer.

C#
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters:itemsIEnumerable<object>

Returned items.