Click or drag to resize

SimulatedGpsMode Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The mode the SimulatedGps is running in.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SimulationMode Mode { get; set; }

Property Value

Type: SimulationMode
Remarks

When in Automatic mode (default) the Navigator class will automatically set and clear the path. Additionally, the SimulatedGps will tick automatically at a rate determined by TickRate.

When in Manual mode the user will have to call SetPath and Step explicitly - no thread will be created.

See Also