Click or drag to resize

Navigator Methods

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

The Navigator type exposes the following members.

Methods
  NameDescription
Public methodAddNotification
Add a Notification to the navigator.
Public methodAddPoint
Add the current position (retrieved from the GPS that the Navigator was constructed with) to our route. This method should be called regularly to ensure that the Navigator is aware of its current location.
Public methodClearNotifications
Remove all Notifications from the navigator. These notifications will no longer be triggered during navigation.
Public methodDispose
Disposes of this Navigator.
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 methodGetTotalDistanceRemaining
Gets the total remaining distance along the route (from the last recorded position to the destination) in the specified DistanceUnits.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRaiseEvents
Raises all Events or Notifications that are pending on the Navigator.
Public methodRecalculateRoute
Recalculate the navigator's route using the defined routing strategy.
Public methodRemoveNotification
Remove a Notification from the navigator.
Public methodRender
Render the navigator's directions.
Public methodSetDeviationThreshold
Sets the distance threshold from which the navigator may deviate (for a maximum of DeviationGraceTime or UnalignedDeviationGraceTime) from the route before the navigator is rerouted.
Public methodSetOffRouteSnapDistance Obsolete.
Sets the distance threshold used to snap the navigator onto the nearest road.
Public methodSetRepository
Set the repository that this navigator should use.
Public methodSnapPoint
Snap a given LatLon to the nearest point on the route.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also