Click or drag to resize

SimulatedGps Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The SimulatedGps type exposes the following members.

Properties
  NameDescription
Public propertyHasPath
Returns true if the SimulatedGps has a path with at least one point remaining.
Public propertyMode
The mode the SimulatedGps is running in.
Public propertyPath
The list of points remaining in the path. Points will be removed from the start of the list as they are visited.
Public propertyPause
The length of time to pause before starting navigation.
Public propertyPosition
Gets the Position of the GPS unit.
Public propertyPoweredUp
Determines the powered state of the GPS unit.
Public propertySpeedMultiplier
The speed multiplier to use. A value of 1.05 will result in a vehicle that travels 5% above the speed limit.
Public propertyTickRate
Defines how often the SimulatedGps thread ticks. The GPS thread will only be maintained if TickRate is not 0.
Public propertyTime
The current time as reported by the GPS.
Public propertyCode exampleTimeMultiplier
Used to determine the tick duration in proportion to clock time.
Top
See Also