GPSReading Constructor
|
Initializes a new GPSReading with a location and a table of GPS info fields. |
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 |
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. |
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. |
GPSReading Class | POLS.Spotters Namespace