Int Addavoidrect( Long Alongitudew, Long Alatitudes, Long Alongitudee, Long Alatituden); Int Clearavoidrect( Long Alongitudew, Long Alatitudes, Long Alongitudee, Long Alatituden); Int Clearallavoids( ); Int Additinerarylocationv01( Int Aindex, Titinerarylocrecv01& Aloc) - TomTom Navigator SDK Installation And Use Manual

Version 3.0 build 193
Table of Contents

Advertisement

The point of interest to be moved is the closest one to the given old co−ordinates among the points of
interest that are within a distance of 100 meters from there.
See Also: AddPoi, DeleteClosestPoi, DeleteAllPoi, MakeUserPoiVisible
6.2.24. INT AddAvoidRect( long aLongitudeW, long aLatitudeS, long
aLongitudeE, long aLatitudeN)
Command Parameters:
• long aLongitudeW: western longitude specified in WGS84 format (in millionths of degrees)
• long aLatitudeS: southern latitude specified in WGS84 format (in millionths of degrees)
• long aLongitudeE: eastern longitude specified in WGS84 format (in millionths of degrees)
• long aLatitudeN: northern latitude specified in WGS84 format (in millionths of degrees)
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Add a rectangle to the list of avoided areas.
See Also: ClearAvoidRect, ClearAllAvoids
6.2.25. INT ClearAvoidRect( long aLongitudeW, long aLatitudeS, long
aLongitudeE, long aLatitudeN)
Command Parameters:
• long aLongitudeW: western longitude specified in WGS84 format (in millionths of degrees)
• long aLatitudeS: southern latitude specified in WGS84 format (in millionths of degrees)
• long aLongitudeE: eastern longitude specified in WGS84 format (in millionths of degrees)
• long aLatitudeN: northern latitude specified in WGS84 format (in millionths of degrees)
Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Clear a rectangle from the list of avoided areas.
See Also: AddAvoidRect, ClearAllAvoids

6.2.26. INT ClearAllAvoids( )

Returns: 0 if successful, non−zero value otherwise.
Supported Since: TTN 3.0
Clear the complete list of avoided areas.
See Also: AddAvoidRect, ClearAvoidRect
6.2.27. INT AddItineraryLocationV01( 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
Add a location to the itinerary.
6. Communicating with TomTom Navigator from C++
34

Advertisement

Table of Contents
loading

Table of Contents