StaticGps Class | ![]() |
Namespace: Telogis.GeoBase.Navigation
The StaticGps type exposes the following members.
Name | Description | |
---|---|---|
![]() | StaticGps(Double, Double) |
Creates a new static GPS from the given positional parameters.
|
![]() | StaticGps(String, Country) |
Creates a new static GPS from the given address and Country.
|
Name | Description | |
---|---|---|
![]() | ChangePos |
Update the position of the static GPS to the specified value.
|
![]() | 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 static GPS.
|
![]() | PowerUp |
Powers up the static GPS.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | GPSException |
Will never occur.
|
![]() | Update |
Implemented as a member of IGps. The position of a StaticGps never
changes unless there is a call to the ChangePos(Double, Double) method. This EventHandler is called regularly while the StaticGps
is powered up.
|