Click or drag to resize

InteractiveGps Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An IGps member designed for testing; an alternative to SimulatedGps. See remarks.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.NavigationInteractiveGps

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

The InteractiveGps type exposes the following members.

Constructors
  NameDescription
Public methodInteractiveGps(LatLon)
Creates a new interactive GPS from the given positional parameters.
Public methodInteractiveGps(LatLon, StreamWriter)
Creates a new interactive GPS from the given positional parameters.
Top
Properties
  NameDescription
Public propertyPosition
Gets the Position.
Public propertyPoweredUp
Gets whether the interactive GPS is powered up.
Public propertySpeed
The simulated speed of the interactive GPS.
Public propertySpeedMultiplier
The amount by which the speed of the interactive GPS changes when the Shift key is down.
Public propertySpeedUnits
The units used for the Speed property.
Top
Methods
  NameDescription
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 interactive GPS.
Public methodPowerUp
Powers up the interactive GPS.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGPSException
Implemented as part of the IGPS interface (to be called when the GPS experiences a fatal exception), this should not occur for the interactive GPS.
Public eventUpdate
Called when the interactive GPS updates its position.
Top
Remarks
Unlike the SimulatedGps (which follows a predetermined route), the InteractiveGps may be controlled using the keyboard: the heading of an InteractiveGps may be adjusted using the left and right arrow keys. Use the up arrow key to move the location of the InteractiveGps.
See Also