IBingRestElevationProvider
Interface
Interface describing Bing Rest elevation service provider.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public interface IBingRestElevationProvider
Derived Classes:
Methods
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.
C#
void CalculateElevationAsync(BingRestElevationRequest request)
Elevation request.
Events
Occurs when an elevation calculation request is completed and the result is ready.
C#
event EventHandler<BingRestElevationCompletedEventArgs> CalculateElevationCompleted
Occurs when the request results in an error.
C#
event EventHandler<BingRestCalculateElevationErrorEventArgs> CalculateElevationError