Click or drag to resize

GpsQuality Structure

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the quality of the GPS fix.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public struct GpsQuality

The GpsQuality type exposes the following members.

Methods
  NameDescription
Public methodEquals
Compares two GpsQuality structures for equality.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a unique hash code for this GpsQuality structure.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldhdop
Horizontal Dilution Of Precision.
Public fieldindicators
Flags to indicate which values are currently recorded and available for use.
Public fieldMode
Public fieldNumSats
The number of satellites that we have a lock on.
Public fieldpdop
Positional Dilution Of Precision.
Public fieldvdop
Vertical Dilution Of Precision.
Top
See Also