Fix latitude.

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

Syntax

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

See Also