Position.Longitude Property

Definition

Gets the longitude of this position in decimal degrees.

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

Property Value

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

Applies to