Click or drag to resize

SimulationMode Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
Manual0 When the SimulatedGps is in Manual mode a GPS thread is not created and the path must be explicitly set.
TickAutomatically1 When the SimulatedGps is in TickAutomatically mode a GPS thread is created and at SimulatedGps.TickRate times per second.
FollowNavigation2 When the SimulatedGps is in FollowNavigation mode a GPS thread is not created but the path will be set automatically by the Navigator class.
Automatic3 When the SimulatedGps is in Automatic mode a GPS thread is created and the path will be set automatically by the Navigator.
See Also