Click or drag to resize

PositionIsGoodFix Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether the GPS fix is good.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool IsGoodFix { get; }

Property Value

Type: Boolean
Remarks
True if GpsFixType is 3D, the GPS has lock on at least seven satellites, and precision is above minimum GpsQualityIndicators. False if not, or if the location has not been assigned a valid value.
See Also