Click or drag to resize

FilteredGps Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new FilteredGps from a given source GPS device, a FilterMode and a prediction factor (in seconds, see remarks).

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public FilteredGps(
	IGps source,
	FilterMode mode,
	double prediction
)

Parameters

source
Type: Telogis.GeoBase.NavigationIGps
An IGps member from which the GPS readings are taken
mode
Type: Telogis.GeoBase.NavigationFilterMode
FilterMode
prediction
Type: SystemDouble
The GPS will return the estimated position of this GPS prediction seconds ahead of time.
Remarks
A prediction factor of 1 returns the filtered position of the GPS. A prediction factor of 2 returns the filtered position of the GPS, as estimated in 2 seconds time. This may be used to accurately display the position of the GPS while allowing for delays in map rendering.
See Also