Navigator Properties |
The Navigator type exposes the following members.
Name | Description | |
---|---|---|
Address |
Gets the GeoCodeFull of the navigator's last recorded location.
| |
AllowUTurns |
When true the routing engine is permitted to instruct u-turns. When
false the routing engine will instruct only the minimum number of u-turns
possible. False by default.
| |
AutoRaiseEvents |
Determines whether Events (e.g. RouteChanged) and
Notifications triggered by an update to the Navigator's position
should be raised automatically.
| |
CurrentNavigationEvent |
Gets the pending NavigationEvent that the
navigator will need to execute.
| |
Destination |
Gets or sets the navigator's destination, as a RouteStop.
| |
DeviationGraceTime |
Gets or sets the grace time (as a TimeSpan) for which to allow
the navigator to deviate from the planned route.
| |
Directions |
Gets the Directions for this navigator to
the defined Destination.
| |
DisplayNameMode |
Controls whether NavigationEvents include all the names for a TargetStreet or just
the primary name.
| |
Gps |
Gets or sets the IGps interface.
| |
Heading |
Gets the navigator's last recording heading, in degrees, snapped to the heading of the closest point on the street.
| |
IsOffCourse |
Will return true if this navigator is off course.
| |
Location |
Gets the navigator's last recorded location, as a LatLon, snapped to the closest point on the route.
| |
MessagesBundle |
The MessagesBundle used by this Navigator to generate strings.
| |
NextNavigationEvent |
Gets the next NavigationEvent that the
navigator will need to execute.
| |
Position |
Gets the navigator's last recorded position, as a Position, as it came from the Gps.
| |
RequiredRendermodes |
Gets the RenderMode required by this Navigator | |
RouteCalculator |
Gets or sets the implementation of IRouteCalculator - the method this Navigator uses
for calculating the route.
| |
RouteProgress |
The progress of this Navigator's routing operation (when a routing operation is underway)
| |
Strategy |
Gets or sets the navigator's routing strategy.
| |
TotalTimeRemaining |
Gets the calculated total time remaining for the route currently being navigated.
| |
UnalignedDeviationGraceTime |
Gets or sets the unaligned deviation grace time.
| |
VehicleSpec |
Gets or sets the vehicle specifications for the navigator.
|