Click or drag to resize

INavigationStatusSetUpcomingTurn Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Derived classes should implement this method to alert the user of an upcoming turn.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void SetUpcomingTurn(
	NavigationEvent navigationEvent
)

Parameters

navigationEvent
Type: Telogis.GeoBase.NavigationNavigationEvent
The NavigationEvent representing the upcoming turn. The NavigationEvent object's TurnDirection property can be used to determine the direction of the turn.
Remarks
Typically, a navigation-based application will display turn information alongside instruction information. You may wish to consider using a TurnBox to display turn information.
See Also