Click or drag to resize

DefaultNavigationStatusSetUpcomingTurn Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Alert the user of an upcoming turn.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public 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.

Implements

INavigationStatusSetUpcomingTurn(NavigationEvent)
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