NavigationInfo Constructor (String, String, Double, Double, Double, Double, Double, Direction)

ZylGpsReceiver.NET Mobile
Constructor.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public NavigationInfo(
	string origin,
	string destination,
	double rangeToDestination,
	double trueBearingToDestination,
	double magneticBearingToDestination,
	double velocityTowardsDestination,
	double crossTrackError,
	Direction directionToSteer
)

Parameters

origin
Type: SystemString
Origin waypoint ID.
destination
Type: SystemString
Destination waypoint ID.
rangeToDestination
Type: SystemDouble
Range to destination in nautical miles.
trueBearingToDestination
Type: SystemDouble
True bearing to destination in degrees.
magneticBearingToDestination
Type: SystemDouble
Magnetic bearing to destination in degrees.
velocityTowardsDestination
Type: SystemDouble
Velocity towards destination in knots.
crossTrackError
Type: SystemDouble
Cross-track error in nautical miles (9.9 max.).
directionToSteer
Type: ZylSoft.Gps.MobileDirection
Direction to steer (left or right) to correct the error.
See Also

Reference