SWayPoint class specifies location of one point on map. More...
Public Member Functions | |
SWayPoint () | |
Constructor of SWayPoint. More... | |
string | GetAddress () |
The function returns address of waypoint in format: "ISO,city,street,house number". More... | |
void | SetAddress (string address) |
The function sets address of waypoint in format: "ISO,city,street,house number". More... | |
Static Public Member Functions | |
static int | SizeOf () |
Public Attributes | |
LONGPOSITION | Location = new LONGPOSITION(0,0) |
LONGPOSITION struct defining position of waypoint on map. More... | |
SWayPoint class specifies location of one point on map.
It is used as parameter determining target location in StartNavigation function.