Interface
IBingRestElevationProvider

Interface describing Bing Rest elevation service provider.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public interface IBingRestElevationProvider

Methods

CalculateElevationAsync(BingRestElevationRequest)

Performs async elevation request. Calculates elevation for given list of latitude and longitude pairs. Alternatively can calculate the elevation of equally spaced points along a polyline.

Declaration

cs-api-definition
void CalculateElevationAsync(BingRestElevationRequest request)

Parameters

request

BingRestElevationRequest

Elevation request.

Events

CalculateElevationCompleted

Occurs when an elevation calculation request is completed and the result is ready.

Declaration

cs-api-definition
event EventHandler<BingRestElevationCompletedEventArgs> CalculateElevationCompleted

Event Value

EventHandler<BingRestElevationCompletedEventArgs>

CalculateElevationError

Occurs when the request results in an error.

Declaration

cs-api-definition
event EventHandler<BingRestCalculateElevationErrorEventArgs> CalculateElevationError

Event Value

EventHandler<BingRestCalculateElevationErrorEventArgs>