INavigationStatus Interface |
Namespace: Telogis.GeoBase.Navigation
The INavigationStatus type exposes the following members.
Name | Description | |
---|---|---|
MapMouseEventsHandler |
Gets the MapMouseEventsHandler.
(Inherited from IMapMouseHandler.) | |
RequiredRendermodes |
Specifies at which stages of rendering this renderer should be called.
(Inherited from IMapRenderer.) |
Name | Description | |
---|---|---|
HideEta |
Derived classes should implement this method to hide arrival time/distance estimates.
Typically, arrival time/distance estimates will need to be hidden when the user travels
off-route or causes the route to be recalculated.
| |
HideInstructions |
Derived classes should implement this method to hide navigation instructions presented to
the user. Typically, instructions will need to be hidden after the event has occurred and
before the next event is due to be presented.
| |
HideUpcomingTurn |
Derived classes should implement this method to hide information alerting the user of
an upcoming turn.
| |
HitTest |
Test if the given x,y coordinates lie within the bounds of this item.
(Inherited from IMapMouseHandler.) | |
Render |
Called when this item should render itself on the map.
(Inherited from IMapRenderer.) | |
SetAddress |
Derived classes should implement this method to notify the user of a change of address.
| |
SetEta |
Derived classes should implement this method to display arrival (time and distance) estimates.
| |
SetGpsInfo |
Derived classes should implement this method to display GPS status information.
| |
SetInstruction |
Derived classes should implement this method to update navigation instructions displayed
to the user.
| |
SetNavigationOff |
Derived classes should implement this method to disable navigation.
| |
SetSpeed |
Derived classes should implement this method to notify the user of the vehicle's current speed.
| |
SetStatusMessage |
Derived classes should implement this method to display status information to the user.
| |
SetUpcomingTurn |
Derived classes should implement this method to alert the user of an upcoming turn.
|
Name | Description | |
---|---|---|
RequestDirections |
Derived classes should fire this event when the user requests directions.
|