IMapElevationProvider
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public interface IMapElevationProvider
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(ElevationRequest request)
Elevation request.
Events
Occurs when an elevation calculation request is completed and the result is ready.
C#
event EventHandler<ElevationCompletedEventArgs> CalculateElevationCompleted
Occurs when the request results in an error.
C#
event EventHandler<CalculateElevationErrorEventArgs> CalculateElevationError