Click or drag to resize

NMEAGps Constructor (StreamReader, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new NMEA GPS, using a StreamReader as input. This constructor should be used for replay of GPS data captured using Trace during an earlier session.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public NMEAGps(
	StreamReader input,
	int speedup
)

Parameters

input
Type: System.IOStreamReader
An input stream.
speedup
Type: SystemInt32
A time multiplier to allow the reader to replay more rapidly
See Also