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

IdMenuViewRoute enum contains list of actions (buttons) in View route menu accessible by ApiMenu#onMenuCommand(int, int, int) method. More...

Static Public Attributes

static final int ON_VIEWROUTE_INSTRUCTIONS = 350
 OnViewRouteInstructions subID displays shape and position of all junctions and also distance to it. More...
 
static final int ON_VIEW_ROUTE_IMAGES = 351
 OnViewRouteImages subID displays all junctions as images. More...
 
static final int ON_VIEW_ROUTE_SHOW_ON_MAP = 352
 OnViewRouteShowOnMap subID displays computed route on browse map. More...
 
static final int ON_VIEW_ROUTE_DEMONSTRATION = 353
 OnViewRouteDemonstration subID displays dialog enabling user to run and control demonstration of computed route. More...
 
static final int ON_VIEW_ROUTE_SUMMARY = 354
 OnViewRouteSummary subID displays computed route on browse map and also displays total distance, estimation time of arrival and time left. More...
 
static final int ON_VIEW_ROUTE_CANCEL = 355
 OnViewRouteCancel subID cancels computed route. More...
 

Detailed Description

IdMenuViewRoute enum contains list of actions (buttons) in View route menu accessible by ApiMenu#onMenuCommand(int, int, int) method.

IdMenuViewRoute enum items are used as nSubID parameter in OnMenuCommand function.

Member Data Documentation

final int ON_VIEW_ROUTE_CANCEL = 355
static

OnViewRouteCancel subID cancels computed route.

OnViewRouteCancel subID calls the same function like clicking Cancel route button in View route menu.

final int ON_VIEW_ROUTE_DEMONSTRATION = 353
static

OnViewRouteDemonstration subID displays dialog enabling user to run and control demonstration of computed route.

OnViewRouteDemonstration subID calls the same function like clicking Show route demo button in View route menu.

final int ON_VIEW_ROUTE_IMAGES = 351
static

OnViewRouteImages subID displays all junctions as images.

OnViewRouteImages subID calls the same function like clicking Show route as images button in View route menu.

final int ON_VIEW_ROUTE_SHOW_ON_MAP = 352
static

OnViewRouteShowOnMap subID displays computed route on browse map.

OnViewRouteShowOnMap subID calls the same function like clicking Show route instructions button in View route menu.

final int ON_VIEW_ROUTE_SUMMARY = 354
static

OnViewRouteSummary subID displays computed route on browse map and also displays total distance, estimation time of arrival and time left.

OnViewRouteSummary subID calls the same function like clicking Show route summary button in View route menu.

final int ON_VIEWROUTE_INSTRUCTIONS = 350
static

OnViewRouteInstructions subID displays shape and position of all junctions and also distance to it.

OnViewRouteInstructions subID calls the same function like clicking Show route instructions button in View route menu.