Titinerarylocrecv01 Structure; Eproperty Enumeration - TomTom Navigator SDK Installation And Use Manual

Version 3.0 build 193
Table of Contents

Advertisement

• long iDestination.iLatitude −
• long iEnclosingLongitudeW − rectangle enclosing the route (co−ordinates in millionths of degree,
WGS84 format)
• long iEnclosingLatitudeS −
• long iEnclosingLongitudeE −
• long iEnclosingLatitudeN −
• long iLength − length of the route in meters
• long iDuration − duration of the route in seconds
• long iDistanceToDestination − distance from current position to destination in meters
• long iTimeToDestination − time from current position to destination in seconds
The status field can contain the following flags:
• KDepartureSet − the departure point has been set
• KDestinationSet − the destination point has been set
• KCalculatingRoute − in the process of calculating a route
• KRoutePlanned − there is a valid route planned
• KLeftToDestinationAvailable − time and distance to destination are available

6.3.11. TItineraryLocRecV01 structure

The TItineraryLocRecV01 struct contains the following fields:
• TCHAR iName[128] − name of this point in the itinerary
• long iLongitude − co−ordinates in millionths of degree (WGS84 format)
• long iLatitude −
• int iFlags − flags explained below
The flags field can contain the following:
• KItineraryLocIsStopOver − the location specified is a stopover
• KItineraryDefaultDeparture − the location specified is the default departure point

6.3.12. EProperty enumeration

These are all the proerties you can set:
• KPropertyColorStyle − The colour style used in daylight mode
• KPropertyNightColorStyle − the colour style used in night mode
• KPropertyVoiceVolume − the volume of the voice prompts
• KPropertySafetySpeed − the threshold speed above which no map is displayed
• KPropertyMotorwaySpeed − average speed on this type of road
• KPropertyInternationalRoadSpeed
• KPropertyMajorRoadSpeed
• KPropertySecondaryRoadSpeed
• KPropertyConnectingRoadSpeed
• KPropertyImportantLocalRoadSpeed
• KPropertyLocalRoadSpeed
• KPropertyDestinationRoadSpeed
• KPropertyTopIndicator − what to display in this indicator −− see below
• KPropertyMiddleIndicator
• KPropertyBottomIndicator
• KPropertyMainMenuCmd1 − command icons to display in the main menu
• KPropertyMainMenuCmd2
• KPropertyMainMenuCmd3
• KPropertyMainMenuCmd4
6. Communicating with TomTom Navigator from C++
45

Advertisement

Table of Contents
loading

Table of Contents