Class BingRestElevationHeightsType
The type of elevation heights used in the elevation service request.
Inheritance
System.Object
BingRestElevationHeightsType
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class BingRestElevationHeightsType : Enum
Fields
Ellipsoid
Use the ellipsoid Earth model (WGS84).
Declaration
public const BingRestElevationHeightsType Ellipsoid
Field Value
SeaLevel
Use the geoid Earth model (EGM2008 2.5').
Declaration
public const BingRestElevationHeightsType SeaLevel
Field Value
value__
Declaration
public int value__
Field Value
System.
|