SimulationMode Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to choose the behavior of the SimulatedGps class.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum SimulationMode
<FlagsAttribute>
Public Enumeration SimulationMode
Members
| Member name | Value | Description |
---|
| Manual | 0 |
When the SimulatedGps is in Manual mode a GPS thread is not created
and the path must be explicitly set.
|
| TickAutomatically | 1 |
When the SimulatedGps is in TickAutomatically mode a GPS thread is
created and at SimulatedGps.TickRate times per second.
|
| FollowNavigation | 2 |
When the SimulatedGps is in FollowNavigation mode a GPS thread is not
created but the path will be set automatically by the Navigator class.
|
| Automatic | 3 |
When the SimulatedGps is in Automatic mode a GPS thread is created
and the path will be set automatically by the Navigator.
|
See Also