Bagikan melalui


Geocoordinate.Latitude Properti

Definisi

Catatan

Garis lintang dapat diubah atau tidak tersedia setelah Windows 8.1 dan Windows Phone 8.1. Sebagai gantinya, gunakan Geocoordinate.Point.

Garis lintang dalam derajat.

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

Nilai Properti

Double

double

Garis lintang dalam derajat. Rentang nilai yang valid adalah dari -90,0 hingga 90,0.

Atribut

Persyaratan Windows

Kemampuan aplikasi
location ID_CAP_LOCATION [Windows Phone]

Berlaku untuk