Int Getitinerarylocationv02( Int Aindex, Tchar Aname[128], Long Alongitude, Long Alatitude, Int Aflags); Int Deleteitinerarylocation( Int Aindex); Int Enableitinerarylocation( Int Aindex, Int Astate); Int Isitinerarylocationenabled( Int Aindex, Int & Astate) - TomTom Navigator SDK Installation And Use Manual

Version 3.0 build 193
Table of Contents

Advertisement

6.2.32. INT GetItineraryLocationV02( int aIndex, TCHAR aName[128],
long aLongitude, long aLatitude, int aFlags)
Command Parameters:
• int aIndex: index in the itinarary
• TCHAR aName[128]: name of this location in the itinerary
• long aLongitude: longitude specified in WGS84 format (in millionths of degree)
• long aLatitude: latitude specified in WGS84 format (in millionths of degree)
• int aFlags: flags
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Set the information of a location in the itinerary.

6.2.33. INT DeleteItineraryLocation( int aIndex)

Command Parameters:
• int aIndex: index in the itinerary
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Delete a location from the itinerary.

6.2.34. INT EnableItineraryLocation( int aIndex, INT aState)

Command Parameters:
• int aIndex: index in the itinerary
• INT aState: 0 for disable, non−zero for enable.
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Enable or disable a location in the itinerary.
6.2.35. INT IsItineraryLocationEnabled( int aIndex, INT & aState)
Command Parameters:
• int aIndex: index in the itinerary
• INT & aState: 0 for disable, non−zero for enable.
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Determines if a location in the itinerary is enabled or disabled.
6.2.36. INT IsItineraryLocationInMap( int aIndex, INT & aInMap)
Command Parameters:
• int aIndex: index in the itinerary
• INT & aInMap: 0 for disable, non−zero for enable.
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Determines if a location in the itinerary is inside the current map.
6. Communicating with TomTom Navigator from C++
36

Advertisement

Table of Contents
loading

Table of Contents