Enum ElevationType
Defines the different types of elevation requests that can be performed.
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum ElevationType
Bounds
Get elevations at equally-spaced locations within an area on the Earth defined as a bounding box. Required parameters of the ElevationRequest: Bounds, Rows, Columns
List
Get elevations for latitude and longitude coordinates. Required parameters of the ElevationRequest: Points
Polyline
Get elevations at equally-spaced locations along a polyline path. Required parameters of the ElevationRequest: 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 ElevationRequest: Points