Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
ApiMenu.IdMenuManagePoi Class Reference

IdMenuManagePoi enum contains list of actions (buttons) in Manage POI menu accessible by ApiMenu#onMenuCommand(int, int, int) method. More...

Static Public Attributes

static final int ON_POI_ADD = 60
 OnPoiAdd subID displays dialog enabling user to add new POI to Favorites or custom category. More...
 
static final int ON_POI_DELETE = 62
 OnPoiDelete subID displays dialog enabling user to delete POI from Favorites or custom category. More...
 
static final int ON_POICATEGORY_DELETE = 63
 OnPoiCategoryDelete subID displays dialog enabling user to delete custom POI category. More...
 
static final int ON_POI_ENABLE = 64
 OnPoiEnable subID displays dialog enabling user to choose which POI categories will be shown. More...
 
static final int ON_POI_WARN_WHEN_NEAR = 65
 OnPoiWarnWhenNear subID displays dialog enabling user to turn on/off warning when he is near selected POI category. More...
 
static final int ON_POI_EDIT = 66
 OnPoiEdit subID displays dialog enabling user to edit custom POIs names. More...
 

Detailed Description

IdMenuManagePoi enum contains list of actions (buttons) in Manage POI menu accessible by ApiMenu#onMenuCommand(int, int, int) method.

Member Data Documentation

final int ON_POI_ADD = 60
static

OnPoiAdd subID displays dialog enabling user to add new POI to Favorites or custom category.

OnPoiAdd subID calls the same function like clicking Add POI button in Manage POI menu.

final int ON_POI_DELETE = 62
static

OnPoiDelete subID displays dialog enabling user to delete POI from Favorites or custom category.

OnPoiDelete subID calls the same function like clicking Delete POI button in Manage POI menu.

final int ON_POI_EDIT = 66
static

OnPoiEdit subID displays dialog enabling user to edit custom POIs names.

OnPoiEdit subID calls the same function like clicking Edit POI name button in Manage POI menu.

final int ON_POI_ENABLE = 64
static

OnPoiEnable subID displays dialog enabling user to choose which POI categories will be shown.

OnPoiEnable subID calls the same function like clicking Show/hide POIs button in Manage POI menu.

final int ON_POI_WARN_WHEN_NEAR = 65
static

OnPoiWarnWhenNear subID displays dialog enabling user to turn on/off warning when he is near selected POI category.

OnPoiWarnWhenNear subID calls the same function like clicking Warn when near POI button in Manage POI menu.

final int ON_POICATEGORY_DELETE = 63
static

OnPoiCategoryDelete subID displays dialog enabling user to delete custom POI category.

OnPoiCategoryDelete subID calls the same function like clicking Delete POI category button in Manage POI menu.