C# SDK
SHistoryRecord Class Reference

SHistoryRecord class is used to manipulate with items in history list. More...

Public Member Functions

 SHistoryRecord ()
 Constructor of SHistoryRecord. More...
 
string getCaption ()
 The function returns name of history item. More...
 
void setCaption (string caption)
 The function sets name of histry item. More...
 
string getAddress ()
 The function returns address of history item. More...
 

Static Public Member Functions

static int SizeOf ()
 

Public Attributes

int HistoryType = 0
 Flag determinig type of history item. More...
 
LONGPOSITION Location = new LONGPOSITION(0,0)
 LONGPOSITION struct determinig location of history item on map. More...
 

Detailed Description

SHistoryRecord class is used to manipulate with items in history list.

Instance of SHistoryRecord represents one item in history list.

History is list of recent destinations.