Position.Latitude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the latitude of this position in decimal degrees.
public double Latitude { get; }
member this.Latitude : double
Property Value
System.Double
The latitude of this position in degrees, as a double. The returned value will be between -90.0 and 90.0 degrees, inclusive.