SStopOffPoint structure is used during manipulation with itinerary. More...
#include <ApplicationApi.h>
Public Member Functions | |
SStopOffPoint () | |
Constructor of SStopOffPoint. More... | |
SStopOffPoint (LONG lX, LONG lY, LPCTSTR lpszCaption, BOOL bSearchAddress=FALSE) | |
Constructor of SStopOffPoint. More... | |
Data Fields | |
BOOL | bSearchAddress |
[in] Flag determining whether function processing instance of this class searches for address (for example when adding waypoint). More... | |
BOOL | bVisited |
Flag determining whether waypoint was already visited. More... | |
int | nPointType |
Flag determining type of waypoint. More... | |
LONGPOSITION | cpLocation |
LONGPOSITION structure defining position of waypoint on map. More... | |
LONG | lOffset |
Road offset from our map, where the waypoint is located. Use conversion table to obtain the offset from map provider segment ID. When using offset, the ISO code has to be used. More... | |
DWORD | dwID |
Unique ID of a waypoint. More... | |
TCHAR | strIso [4] |
TCHAR | strCaption [120] |
TCHAR | strAddress [120] |
SStopOffPoint structure is used during manipulation with itinerary.