GpsAutomaton Class |
Namespace: Telogis.GeoBase.Navigation
The GpsAutomaton type exposes the following members.
Name | Description | |
---|---|---|
GpsAutomaton(Directions) |
Create a new GpsAutomaton with the given directions
| |
GpsAutomaton(Directions, DateTime) |
Create a new GpsAutomaton with the given directions and time.
|
Name | Description | |
---|---|---|
Arrived |
Get whether or not the GpsAutomaton has arrived at its destination.
| |
Heading |
Get the current heading, in degrees.
| |
Location |
Gets the current position.
| |
Position |
The current position of the GPS Automaton.
| |
PoweredUp |
Implemented as part of the IGps interface. This method always returns true.
| |
Speed |
Gets the current speed.
|
Name | Description | |
---|---|---|
Advance |
Advance down the route by a certain number of seconds.
| |
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 |
Implemented as a part of the IGps interface. This method is a stub that does nothing.
| |
PowerUp |
Implemented as part of the IGps interface. This method is a stub that does nothing.
| |
SetNewRoute |
Set a new route, clearing the old route.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Arrive |
This event handler will be called when the GpsAutomaton arrives at its destination.
| |
GPSException |
Implemented as part of the IGPS interface (to be called when the GPS experiences a fatal exception), this
should not occur for the GPS Automaton.
| |
Update |
Called when the Advance(Double) method is called to update
the current position.
|