Class
ItemsRequestEventArgs

Represents arguments of the ItemsRequestEvent class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ItemsRequestEventArgs

Inheritance: objectItemsRequestEventArgs

Properties

Layer

The DynamicLayer instance.

Declaration

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

Property Value

DynamicLayer

LowerRight

Lower right coordinate.

Declaration

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

Property Value

Location

MaxZoom

Maximal zoom.

Declaration

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

Property Value

double

MinZoom

Minimal zoom.

Declaration

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

Property Value

double

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 dynamic layer.

Declaration

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

Parameters

items

IEnumerable<object>

Returned items.