Click or drag to resize

IGps Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Classes that implement this interface represent a connected GPS unit. The unit could be simulated, or an actual GPS unit.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IGps

The IGps type exposes the following members.

Properties
  NameDescription
Public propertyPosition
Implemented by derived classes to get the current Position.
Public propertyPoweredUp
Implemented by derived classes to check whether the GPS unit is powered up. Should return true when the unit is powered on, otherwise false.
Top
Methods
  NameDescription
Public methodPowerDown
Implemented by derived classes to close the interface to a GPS unit, as the unit is powered down.
Public methodPowerUp
Implemented by derived classes to initialize the interface to a GPS unit, as the unit is powered up.
Top
Events
  NameDescription
Public eventGPSException
Called when the GPS experiences a fatal exception that may affect its ability to continue working.
Public eventUpdate
May be implemented by derived classes to act upon a GPS update.
Top
Remarks
See Also