Click or drag to resize

NMEAGpsSpeedThreshold Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Speed threshold of this GPS unit.

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

Field Value

Type: Double
Remarks

SpeedThreshold is measured in knots. You may use ConvertUnits(Double, SpeedUnit, SpeedUnit) to convert between units.

To avoid GPS drift the GPS unit's heading information (read directly from the GPS unit's GPSRMC tag by the NMEAGps object) will be ignored unless the speed of the GPS unit exceeds this SpeedThreshold value.

See Also