C# SDK
SStopOffPoint Class Reference

SStopOffPoint class is used during manipulation with itinerary. More...

Public Member Functions

string GetAddress ()
 The function returns address of waypoint. More...
 
string GetCaption ()
 The function returns name of waypoint. More...
 
void SetCaption (string caption)
 The function sets name of waypoint. More...
 
string GetIso ()
 The function returns the iso code of country, where the waypoint is located. More...
 
void SetIso (string iso)
 The function sets the iso code of country, where the waypoint is located. More...
 
 SStopOffPoint (LONGPOSITION pos, string caption, int search_address)
 Constructor of SStopOffPoint. More...
 
 SStopOffPoint ()
 Constructor of SStopOffPoint. More...
 

Static Public Member Functions

static int SizeOf ()
 

Public Attributes

int bSearchAddress = 0
 Flag determining wheter function processing instance of this class searches for address (for example when adding waypoint).
More...
 
int bVisited = 0
 Flag determinig whether waypoint was already visited.
More...
 
int nPointType = 0
 Flag determining type of waypoint.
More...
 
LONGPOSITION Location = new LONGPOSITION(0,0)
 LONGPOSITION structure defining position of waypoint on map. More...
 
Int32 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...
 
UInt32 Id = 0
 Unique ID of a waypoint More...
 

Detailed Description

SStopOffPoint class is used during manipulation with itinerary.