Int Loaditinerary( Lpctstr Afilename); Int Clearitinerary( ); Int Navigatetonextstopover( ); Int Abortitineraryleg( ) - TomTom Navigator SDK Installation And Use Manual

Version 3.0 build 193
Table of Contents

Advertisement

Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Save the itinerary to a file.

6.2.42. INT LoadItinerary( LPCTSTR aFileName)

Command Parameters:
• LPCTSTR aFileName: file the itinerary is loaded from
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Load a new itinerary from a file.

6.2.43. INT ClearItinerary( )

Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Clear the itinerary.

6.2.44. INT NavigateToNextStopover( )

Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Navigate to the next stop−over in the itinerary.

6.2.45. INT AbortItineraryLeg( )

Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Abort navigation to the next stop−over in the itinerary.
6.2.46. INT GetItineraryState( int & aState)
Command Parameters:
• int & aState: state of the itinerary
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Get the current state of the itinerary.
6.2.47. INT GetCurrentStopover( int & aStopover)
Command Parameters:
• int & aStopover: the index of the stop−over being navigated to
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Get the index of the stop−over which is being navigated to.
6.2.48. INT GetNrOfItineraryLocations( int & aNrOfLocs)
Command Parameters:
• int & aNrOfLocs: the number of locations in the itinerary
6. Communicating with TomTom Navigator from C++
38

Advertisement

Table of Contents
loading

Table of Contents