NMEAGps Constructor (StreamReader, Int32) | |
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
)
Public Sub New (
input As StreamReader,
speedup As Integer
)
Parameters
- input
- Type: System.IOStreamReader
An input stream. - speedup
- Type: SystemInt32
A time multiplier to allow the reader to replay more rapidly
See Also