InteractiveGps Constructor (LatLon, StreamWriter) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new interactive GPS from the given positional parameters.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public InteractiveGps(
LatLon location,
StreamWriter log
)
Public Sub New (
location As LatLon,
log As StreamWriter
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The initial location. - log
- Type: System.IOStreamWriter
A StreamWriter or null. Periodically the location, speed, heading and
update counter (in that order) will be written to the log stream.
Remarks See Also