次の方法で共有


Geocoordinate.Latitude プロパティ

定義

Note

Windows 8.1およびWindows Phone 8.1 以降は、緯度が変更または使用できない場合があります。 代わりに、 Geocoordinate.Point を使用します。

緯度 (度単位)。

public:
 property double Latitude { double get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Latitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Latitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
double Latitude();
/// [get: Windows.Foundation.Metadata.Deprecated("Latitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Latitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
double Latitude();
public double Latitude { [Windows.Foundation.Metadata.Deprecated("Latitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Latitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public double Latitude { [Windows.Foundation.Metadata.Deprecated("Latitude may be altered or unavailable after Windows 8.1. Instead, use Point.Position.Latitude", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var double = geocoordinate.latitude;
Public ReadOnly Property Latitude As Double

プロパティ値

Double

double

緯度 (度単位)。 有効な値の範囲は -90.0 から 90.0 です。

属性

Windows の要件

アプリの機能
location ID_CAP_LOCATION [Windows Phone]

適用対象