Enum
BingRestElevationRequestType

The type of the Bing REST elevation request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingRestElevationRequestType

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

cs-api-definition
Bounds = 2

Field Value

BingRestElevationRequestType

List

Get elevations for latitude and longitude coordinates. Required parameters of the BingRestElevationRequest: Points.

Declaration

cs-api-definition
List = 0

Field Value

BingRestElevationRequestType

Polyline

Get elevations at equally-spaced locations along a polyline path. Required parameters of the BingRestElevationRequest: Points, Samples.

Declaration

cs-api-definition
Polyline = 1

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

cs-api-definition
SeaLevel = 3

Field Value

BingRestElevationRequestType

In this article
DefinitionFieldsBoundsListPolylineSeaLevel
Not finding the help you need?
Contact Support