Click or drag to resize

SimulatedGps Constructor (SimulationMode, LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a SimulatedGps at the given location.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SimulatedGps(
	SimulationMode mode,
	LatLon startLocation
)

Parameters

mode
Type: Telogis.GeoBase.NavigationSimulationMode
The mode to use.
startLocation
Type: Telogis.GeoBaseLatLon
The location to start at.
See Also