Position.Latitude Property

Definition

Gets the latitude of this position in decimal degrees.

public double Latitude { get; }
member this.Latitude : double

Property Value

The latitude of this position in degrees, as a double. The returned value will be between -90.0 and 90.0 degrees, inclusive.

Applies to