C++ SDK
SWayPoint Struct Reference

SWayPoint structure specifies location of one point on map. More...

#include <ApplicationApi.h>

Public Member Functions

LPCTSTR GetAddress ()
 The function returns address of waypoint in format: "ISO,city,street,house number". More...
 
 SWayPoint ()
 Constructor of SWayPoint. More...
 

Data Fields

LONGPOSITION cpLocation
 LONGPOSITION struct defining position of waypoint on map. More...
 
TCHAR szAddress [120]
 Address of waypoint in format: "ISO,city,street,house number". More...
 

Detailed Description

SWayPoint structure specifies location of one point on map.

It is used as parameter determining target location in StartNavigation function.