PositionIsGoodFix Property | |
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; }
Public ReadOnly Property IsGoodFix As Boolean
Get
Property Value
Type:
BooleanRemarks 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