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 Bing
Declaration
public const BingRestElevationRequestType Bounds
Field Value
List
Get elevations for latitude and longitude coordinates.
Required parameters of the Bing
Declaration
public const BingRestElevationRequestType List
Field Value
Polyline
Get elevations at equally-spaced locations along a polyline path.
Required parameters of the Bing
Declaration
public const BingRestElevationRequestType Polyline
Field Value
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 Bing
Declaration
public const BingRestElevationRequestType SeaLevel
Field Value
value__
Declaration
public int value__
Field Value
System.
|