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

ApplicationMenu.ID enum contains list of accessible menus by ApiMenu#onMenuCommand(int, int, int) method. More...

Static Public Attributes

static final int ID_MENU_MAIN = 1
 Contains list of actions (buttons) in main menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_MANAGE_POI = 2
 Contains list of actions (buttons) in Manage POI menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_VIEW_ROUTE = 3
 Contains list of actions (buttons) in View route menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_DEMONSTRATE = 4
 Contains list of actions (buttons) in Route demonstration menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_NAVIGATE_TO = 5
 Contains list of actions (buttons) in Navigate to... More...
 
static final int ID_MENU_CONTEXT = 10
 Contains list of actions (buttons) in Context menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_EXTRAS = 12
 Contains list of actions (buttons) in Extras menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_BROWSE_MAP = 58
 Contains list of actions (buttons) in Map options menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_POI_ADD = 60
 Contains list of actions (buttons) in Add as POI: menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_MAIN_ALTERNATIVE = 106
 Contains list of actions (buttons) in Alternative route menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_SETTINGS = 131
 Contains list of actions (buttons) in main menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_TRAFFIC = 132
 Contains list of actions (buttons) in Traffic menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_SETTINGS_HOME_LOCATION = 308
 Contains list of actions (buttons) in Set home location menu accessible by OnMenuCommand function. More...
 
static final int ID_MENU_SETTINGS_GPS = 328
 Contains list of actions (buttons) in Hardware settings menu accessible by OnMenuCommand function. More...
 

Detailed Description

ApplicationMenu.ID enum contains list of accessible menus by ApiMenu#onMenuCommand(int, int, int) method.

Items of this enum are used as nID parameter in ApiMenu#onMenuCommand(int, int, int) method.

Member Data Documentation

final int ID_MENU_BROWSE_MAP = 58
static

Contains list of actions (buttons) in Map options menu accessible by OnMenuCommand function.

Map options menu is accessible in browse map after clicking Options button.

final int ID_MENU_CONTEXT = 10
static

Contains list of actions (buttons) in Context menu accessible by OnMenuCommand function.

final int ID_MENU_DEMONSTRATE = 4
static

Contains list of actions (buttons) in Route demonstration menu accessible by OnMenuCommand function.

Route demonstration menu is accessible in ViewRoute menu.

final int ID_MENU_EXTRAS = 12
static

Contains list of actions (buttons) in Extras menu accessible by OnMenuCommand function.

final int ID_MENU_MAIN = 1
static

Contains list of actions (buttons) in main menu accessible by OnMenuCommand function.

final int ID_MENU_MAIN_ALTERNATIVE = 106
static

Contains list of actions (buttons) in Alternative route menu accessible by OnMenuCommand function.

final int ID_MENU_MANAGE_POI = 2
static

Contains list of actions (buttons) in Manage POI menu accessible by OnMenuCommand function.

final int ID_MENU_NAVIGATE_TO = 5
static

Contains list of actions (buttons) in Navigate to...

menu accessible by OnMenuCommand function.

final int ID_MENU_POI_ADD = 60
static

Contains list of actions (buttons) in Add as POI: menu accessible by OnMenuCommand function.

Add as POI: menu is accessible in Manage POI menu after clicking Add POI... button.

Add POI action uses same submenu like Navigate to action.

final int ID_MENU_SETTINGS = 131
static

Contains list of actions (buttons) in main menu accessible by OnMenuCommand function.

final int ID_MENU_SETTINGS_GPS = 328
static

Contains list of actions (buttons) in Hardware settings menu accessible by OnMenuCommand function.

Hardware setting menu is accessible in Settings menu after clicking GPS hardware button.

final int ID_MENU_SETTINGS_HOME_LOCATION = 308
static

Contains list of actions (buttons) in Set home location menu accessible by OnMenuCommand function.

Set home location menu is accessible in Settings menu after clicking Set home location button.

Set home location action uses same submenu like Navigate to action.

final int ID_MENU_TRAFFIC = 132
static

Contains list of actions (buttons) in Traffic menu accessible by OnMenuCommand function.

final int ID_MENU_VIEW_ROUTE = 3
static

Contains list of actions (buttons) in View route menu accessible by OnMenuCommand function.