इसके माध्यम से साझा किया गया


Geocoordinate.Latitude Property

Definition

Note

Latitude may be altered or unavailable after Windows 8.1 and Windows Phone 8.1. Instead, use Geocoordinate.Point.

The latitude in degrees.

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

Property Value

Double

double

The latitude in degrees. The valid range of values is from -90.0 to 90.0.

Attributes

Windows requirements

App capabilities
location ID_CAP_LOCATION [Windows Phone]

Applies to