Returns waypoint longitude.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GPSCoords longitude { get; }
Visual Basic
Public ReadOnly Property longitude As GPSCoords
	Get
Visual C++
public:
property GPSCoords^ longitude {
	GPSCoords^ get ();
}

See Also