次の方法で共有


Geocoordinate.Altitude プロパティ

定義

Note

高度は、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 になります (オペレーティング システムのバージョンによって異なります)。 これらの両方の可能性をアプリで確認することをお勧めします。

適用対象