InteractiveGps Class |
Namespace: Telogis.GeoBase.Navigation
The InteractiveGps type exposes the following members.
Name | Description | |
---|---|---|
InteractiveGps(LatLon) |
Creates a new interactive GPS from the given positional parameters.
| |
InteractiveGps(LatLon, StreamWriter) |
Creates a new interactive GPS from the given positional parameters.
|
Name | Description | |
---|---|---|
Position |
Gets the Position.
| |
PoweredUp |
Gets whether the interactive GPS is powered up.
| |
Speed |
The simulated speed of the interactive GPS.
| |
SpeedMultiplier |
The amount by which the speed of the interactive GPS changes when the Shift key is down.
| |
SpeedUnits |
The units used for the Speed property.
|
Name | Description | |
---|---|---|
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PowerDown |
Powers down the interactive GPS.
| |
PowerUp |
Powers up the interactive GPS.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GPSException |
Implemented as part of the IGPS interface (to be called when the GPS experiences a fatal exception), this
should not occur for the interactive GPS.
| |
Update |
Called when the interactive GPS updates its position.
|