Creates a GPSCoords object.

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

Syntax

C#
public GPSCoords(
	int deg,
	int mins,
	double secs,
	GPSCoords..::..Direction dir
)
Visual Basic
Public Sub New ( _
	deg As Integer, _
	mins As Integer, _
	secs As Double, _
	dir As GPSCoords..::..Direction _
)
Visual C++
public:
GPSCoords(
	int deg, 
	int mins, 
	double secs, 
	GPSCoords..::..Direction dir
)

Parameters

deg
Type: System..::..Int32
A Int32 with the degrees of the coordinate.
mins
Type: System..::..Int32
A Int32 with the minutes of the coordinate.
secs
Type: System..::..Double
A Double with the seconds of the coordinate.
dir
Type: FlightPlan..::..GPSCoords..::..Direction
A GPSCoords..::..Direction with the direction of the coordinate.

See Also