Click or drag to resize

StaticGps Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A StaticGps is used for testing. It always has the same location and requires no hardware or resources.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.NavigationStaticGps

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

The StaticGps type exposes the following members.

Constructors
  NameDescription
Public methodStaticGps(Double, Double)
Creates a new static GPS from the given positional parameters.
Public methodStaticGps(String, Country)
Creates a new static GPS from the given address and Country.
Top
Properties
  NameDescription
Public propertyPosition
Gets the Position.
Public propertyPoweredUp
Gets the power status of the static GPS.
Top
Methods
  NameDescription
Public methodChangePos
Update the position of the static GPS to the specified value.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPowerDown
Powers down the static GPS.
Public methodPowerUp
Powers up the static GPS.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGPSException
Will never occur.
Public eventUpdate
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.
Top
See Also