SimulatedGps Properties |
The SimulatedGps type exposes the following members.
Name | Description | |
---|---|---|
HasPath |
Returns true if the SimulatedGps has a path with at least one point remaining.
| |
Mode |
The mode the SimulatedGps is running in.
| |
Path |
The list of points remaining in the path. Points will be removed
from the start of the list as they are visited.
| |
Pause |
The length of time to pause before starting navigation.
| |
Position |
Gets the Position of the GPS unit.
| |
PoweredUp |
Determines the powered state of the GPS unit.
| |
SpeedMultiplier |
The speed multiplier to use. A value of 1.05 will result in a vehicle
that travels 5% above the speed limit.
| |
TickRate |
Defines how often the SimulatedGps thread ticks.
The GPS thread will only be maintained if TickRate is not 0.
| |
Time |
The current time as reported by the GPS.
| |
TimeMultiplier |
Used to determine the tick duration in proportion to clock time.
|