Position.Longitude 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 longitude of this position in decimal degrees.
public double Longitude { get; }
member this.Longitude : double
Property Value
System.Double
The longitude of this position in degrees, as a double. The returned value will be between -180.0 and 180.0 degrees, inclusive.