Navigator Methods |
The Navigator type exposes the following members.
Name | Description | |
---|---|---|
AddNotification |
Add a Notification to the navigator.
| |
AddPoint |
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. | |
ClearNotifications |
Remove all Notifications from the navigator. These notifications
will no longer be triggered during navigation.
| |
Dispose |
Disposes of this Navigator.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTotalDistanceRemaining |
Gets the total remaining distance along the route (from the last recorded position to the destination) in
the specified DistanceUnits.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RaiseEvents |
Raises all Events or Notifications that are pending on the
Navigator.
| |
RecalculateRoute |
Recalculate the navigator's route using the defined routing strategy.
| |
RemoveNotification |
Remove a Notification from the navigator.
| |
Render |
Render the navigator's directions.
| |
SetDeviationThreshold |
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.
| |
SetOffRouteSnapDistance | Obsolete.
Sets the distance threshold used to snap the navigator onto the nearest road.
| |
SetRepository |
Set the repository that this navigator should use.
| |
SnapPoint |
Snap a given LatLon to the nearest point on the route.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |