Click or drag to resize

INavigationStatus Methods

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

The INavigationStatus type exposes the following members.

Methods
  NameDescription
Public methodHideEta
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.
Public methodHideInstructions
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.
Public methodHideUpcomingTurn
Derived classes should implement this method to hide information alerting the user of an upcoming turn.
Public methodCode exampleHitTest
Test if the given x,y coordinates lie within the bounds of this item.
(Inherited from IMapMouseHandler.)
Public methodCode exampleRender
Called when this item should render itself on the map.
(Inherited from IMapRenderer.)
Public methodSetAddress
Derived classes should implement this method to notify the user of a change of address.
Public methodSetEta
Derived classes should implement this method to display arrival (time and distance) estimates.
Public methodSetGpsInfo
Derived classes should implement this method to display GPS status information.
Public methodSetInstruction
Derived classes should implement this method to update navigation instructions displayed to the user.
Public methodSetNavigationOff
Derived classes should implement this method to disable navigation.
Public methodSetSpeed
Derived classes should implement this method to notify the user of the vehicle's current speed.
Public methodSetStatusMessage
Derived classes should implement this method to display status information to the user.
Public methodSetUpcomingTurn
Derived classes should implement this method to alert the user of an upcoming turn.
Top
See Also