Enum BingRestElevationRequestType
The type of the Bing REST elevation request.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum BingRestElevationRequestType
Bounds
Get elevations at equally-spaced locations within an area on the Earth defined as a bounding box. Required parameters of the BingRestElevationRequest: Bounds, Rows, Columns.
List
Get elevations for latitude and longitude coordinates. Required parameters of the BingRestElevationRequest: Points.
Polyline
Get elevations at equally-spaced locations along a polyline path. Required parameters of the BingRestElevationRequest: Points, Samples.
SeaLevel
Get the offset of the geoid sea level Earth model from the ellipsoid Earth model at a set of latitude and longitude coordinates. Required parameters of the BingRestElevationRequest: Points.