Class
MapItemsRequestEventArgs

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:

cs-api-definition
public class MapItemsRequestEventArgs

Inheritance: objectMapItemsRequestEventArgs

Properties

Layer

The VisualizationLayer instance.

Declaration

cs-api-definition
public VisualizationLayer Layer { get; }

Property Value

VisualizationLayer

LowerRight

Lower right coordinate.

Declaration

cs-api-definition
public Location LowerRight { get; }

Property Value

Location

MaxZoom

Gets maximal zoom.

Declaration

cs-api-definition
public double MaxZoom { get; }

Property Value

double

MinZoom

Gets minimal zoom.

Declaration

cs-api-definition
public double MinZoom { get; }

Property Value

double

Region

The region of request.

Declaration

cs-api-definition
public LocationRect Region { get; }

Property Value

LocationRect

UpperLeft

Upper left coordinate.

Declaration

cs-api-definition
public Location UpperLeft { get; }

Property Value

Location

Methods

CompleteItemsRequest(IEnumerable<object>)

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

Declaration

cs-api-definition
public void CompleteItemsRequest(IEnumerable<object> items)

Parameters

items

IEnumerable<object>

Returned items.