POLS

GPSReading Members

GPSReading overview

Public Static Fields

BOGUS_GPS_READING 
gpsStrings 

Public Static Methods

FromHashtable 

Public Instance Constructors

GPSReading Constructor Initializes a new GPSReading with a location and a table of GPS info fields.

Public Instance Properties

Coordinate 
Fields 
IsLikelyAccurate Uses a heuristic based on number of satellites and satellite angles to predict if reading is likely to be accurate.
IsValid Gets whether or not the fix data is valid for this GPSMeasurement. GPSMeasurements without valid fix data should not be relied upon for positioning.
LockInfo Roughly the same as isValid, but also returns whether there was no info about a lock (which can be assumed to be no lock) HAVE_A_LOCK DONT_HAVE_A_LOCK NO_INFO_RE_A_LOCK
Type 
UniqueId 

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetField Gets a specific field from the RMC or GGA sentence.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToLogString 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

GPSReading Class | POLS.Spotters Namespace