Creates a GPSCoords object given its value as a single signed double.

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

Syntax

C#
public GPSCoords(
	double val,
	bool IsLatitude
)
Visual Basic
Public Sub New ( _
	val As Double, _
	IsLatitude As Boolean _
)
Visual C++
public:
GPSCoords(
	double val, 
	bool IsLatitude
)

Parameters

val
Type: System..::..Double
A Double with the value of the coordinate.
IsLatitude
Type: System..::..Boolean
A Boolean true if this coordinate refers to a latitude. False otherwise.

See Also