SimulatedGps Methods |
The SimulatedGps type exposes the following members.
Name | Description | |
---|---|---|
BeginNavigation |
Begins navigation along the given path.
| |
ClearPath |
Clears the current path causing the vehicle to stop.
| |
Dispose |
Powers down the GPS unit.
| |
EndNavigation |
Ends navigation along the given path.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTurningRadius |
Gets the turning radius in a given unit.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PowerDown |
Powers down the GPS unit.
| |
PowerUp |
Powers up the GPS unit.
| |
SetLocation(LatLon) |
Sets the GPS location and clears the path.
The existing heading is preserved.
The new position will be reflected immediately.
| |
SetLocation(LatLon, Double) |
Sets the GPS location and heading and clears the path.
The new position will be reflected immediately.
| |
SetPath |
Sets the current path. The vehicle will move to the start of the
path and begin following points. The new position will be reflected
immediately.
| |
SetTurningRadius |
Given a value and unit, sets the turning radius.
| |
Step |
Advances the simulation by the given time period.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |