Class BingRestElevationRequestType
The type of the Bing REST elevation request.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class BingRestElevationRequestType : Enum
Fields
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.
Declaration
public const BingRestElevationRequestType Bounds
Field Value
BingRestElevationRequestType
|
List
Get elevations for latitude and longitude coordinates. Required parameters of the BingRestElevationRequest: Points.
Declaration
public const BingRestElevationRequestType List
Field Value
BingRestElevationRequestType
|
Polyline
Get elevations at equally-spaced locations along a polyline path. Required parameters of the BingRestElevationRequest: Points, Samples.
Declaration
public const BingRestElevationRequestType Polyline
Field Value
BingRestElevationRequestType
|
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.
Declaration
public const BingRestElevationRequestType SeaLevel
Field Value
BingRestElevationRequestType
|
value__
Declaration
public int value__
Field Value
System.Int32
|