NavigationInfo Class

ZylGpsReceiver.NET Mobile
Navigation Info class. Contains information about the active route.
Inheritance Hierarchy

SystemObject
  ZylSoft.Gps.MobileNavigationInfo

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

public class NavigationInfo

The NavigationInfo type exposes the following members.

Constructors

  NameDescription
Public methodNavigationInfo
Constructor.
Public methodNavigationInfo(String, String, Double, Double, Double, Double, Double, Direction)
Constructor.
Top
Properties

  NameDescription
Public propertyCrossTrackError
Cross-track error in nautical miles (9.9 max.).
Public propertyDestination
Destination waypoint ID.
Public propertyDirectionToSteer
Direction to steer (left or right) to correct the error.
Public propertyMagneticBearingToDestination
Magnetic bearing to destination in degrees.
Public propertyOrigin
Origin waypoint ID.
Public propertyRangeToDestination
Range to destination in nautical miles.
Public propertyTrueBearingToDestination
True bearing to destination in degrees.
Public propertyVelocityTowardsDestination
Velocity towards destination in knots.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Resets navigation info.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference