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 | |
SPoi () | |
Constructor of SPoi. More... | |
SPoi (LONGPOSITION pos, string category, string name, int search_address) | |
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 | |
int | bSearchAddress = 0 |
Flag determining wheter function searches for address when adding POI. More... | |
LONGPOSITION | Location = new LONGPOSITION(0,0) |
LONGPOSITION struct determining POI location on map. More... | |
SPoi class is used to add POIs to Favorites and custom POI category. It is also used during retrieving items lists of these categories.