Int Additinerarylocationv02( Int Aindex, Lpctstr Aname, Long Alongitude, Long Alatitude, Int Aflags); Int Setitinerarylocationv01( Int Aindex, Titinerarylocrecv01& Aloc); Int Setitinerarylocationv02( Int Aindex, Lpctstr Aname, Long Alongitude, Long Alatitude, Int Aflags); Int Getitinerarylocationv01( Int Aindex, Titinerarylocrecv01& Aloc) - TomTom Navigator SDK Installation And Use Manual

Version 3.0 build 193
Table of Contents

Advertisement

6.2.28. INT AddItineraryLocationV02( int aIndex, LPCTSTR aName, long
aLongitude, long aLatitude, int aFlags)
Command Parameters:
• int aIndex: index in the itinarary
• LPCTSTR aName: 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
Add a location to the itinerary.
6.2.29. INT SetItineraryLocationV01( int aIndex, TItineraryLocRecV01&
aLoc)
Command Parameters:
• int aIndex: index in the itinerary
• TItineraryLocRecV01& aLoc: record specifying itinerary location
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Set the information of a location in the itinerary.
6.2.30. INT SetItineraryLocationV02( int aIndex, LPCTSTR aName, long
aLongitude, long aLatitude, int aFlags)
Command Parameters:
• int aIndex: index in the itinarary
• LPCTSTR aName: 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.31. INT GetItineraryLocationV01( int aIndex, TItineraryLocRecV01&
aLoc)
Command Parameters:
• int aIndex: index in the itinarary
• TItineraryLocRecV01& aLoc: record specifying itinerary location
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Get the information of a location in the itinerary.
6. Communicating with TomTom Navigator from C++
35

Advertisement

Table of Contents
loading

Table of Contents