IGps Interface | ![]() |
Namespace: Telogis.GeoBase.Navigation
The IGps type exposes the following members.
Name | Description | |
---|---|---|
![]() | Position |
Implemented by derived classes to get the current Position.
|
![]() | PoweredUp |
Implemented by derived classes to check whether the GPS unit
is powered up. Should return true when the unit is powered
on, otherwise false.
|
Name | Description | |
---|---|---|
![]() | PowerDown |
Implemented by derived classes to close the interface
to a GPS unit, as the unit is powered down.
|
![]() | PowerUp |
Implemented by derived classes to initialize the interface
to a GPS unit, as the unit is powered up.
|
Name | Description | |
---|---|---|
![]() | GPSException |
Called when the GPS experiences a fatal exception that may affect its ability to continue working.
|
![]() | Update |
May be implemented by derived classes to act upon a GPS update.
|
Related articles: The IGps Interface, Implementing an IGps Member.