SPoi class is used to add POIs to Favorites and custom POI category. It is also used during retrieving items lists of these categories. More...
Public Member Functions | |
SPoiOnRoute () | |
Constructor of SPoi. More... | |
string | GetAddress () |
The function returns POI address in "ISO,city,street,house number" format. More... | |
string | GetCategory () |
The function returns POI category. More... | |
void | SetCategory (string category) |
The function sets POI category. More... | |
string | GetName () |
The function returns POI name which is shown in POI list. More... | |
void | SetName (string name) |
The function sets POI name which is shown in POI list. More... | |
Static Public Member Functions | |
static int | SizeOf () |
Public Attributes | |
LONGPOSITION | Location = new LONGPOSITION(0, 0) |
LONGPOSITION struct determining POI location on map. More... | |
int | nTimeRemaining = 0 |
int | nDistanceRemaining = 0 |
SPoi class is used to add POIs to Favorites and custom POI category. It is also used during retrieving items lists of these categories.