Geocoordinate.Altitude 속성

정의

참고

Windows 8.1 및 Windows Phone 8.1 이후 고도를 변경하거나 사용할 수 없습니다. 대신 Geocoordinate.Point를 사용합니다.

위치의 고도(미터)입니다.

public:
 property IReference<double> ^ Altitude { IReference<double> ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IReference<double> Altitude();
/// [get: Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IReference<double> Altitude();
public System.Nullable<double> Altitude { [Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public System.Nullable<double> Altitude { [Windows.Foundation.Metadata.Deprecated("Altitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Altitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var iReference = geocoordinate.altitude;
Public ReadOnly Property Altitude As Nullable(Of Double)

속성 값

미터 단위의 고도입니다.

특성

Windows 요구 사항

앱 기능
location ID_CAP_LOCATION [Windows Phone]

설명

이 선택적 속성은 사용 가능한 경우 설정됩니다. 속성을 사용할 수 없는 경우 값은 NULL 또는 NaN (운영 체제 버전에 따라 다름)입니다. 앱에서 이러한 두 가지 가능성을 모두 확인하는 것이 좋습니다.

적용 대상