Click or drag to resize

SimulatedGps Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The SimulatedGps type exposes the following members.

Methods
  NameDescription
Public methodBeginNavigation
Begins navigation along the given path.
Public methodClearPath
Clears the current path causing the vehicle to stop.
Public methodDispose
Powers down the GPS unit.
Public methodEndNavigation
Ends navigation along the given path.
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 methodGetTurningRadius
Gets the turning radius in a given unit.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPowerDown
Powers down the GPS unit.
Public methodPowerUp
Powers up the GPS unit.
Public methodSetLocation(LatLon)
Sets the GPS location and clears the path. The existing heading is preserved. The new position will be reflected immediately.
Public methodSetLocation(LatLon, Double)
Sets the GPS location and heading and clears the path. The new position will be reflected immediately.
Public methodSetPath
Sets the current path. The vehicle will move to the start of the path and begin following points. The new position will be reflected immediately.
Public methodSetTurningRadius
Given a value and unit, sets the turning radius.
Public methodStep
Advances the simulation by the given time period.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also