added navigate to next point to context menu
This commit is contained in:
parent
a38063b77c
commit
e5f8972ff9
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ public class RoutePointsLayer extends OsmandMapLayer implements ContextMenuLaye
|
|||
plugin.getCurrentRoute().markPoint(point, true);
|
||||
} else if (itemId == R.string.mark_as_current){
|
||||
plugin.getCurrentRoute().navigateToPoint(point);
|
||||
} else if (itemId == R.string.navigate_to_next){
|
||||
plugin.getCurrentRoute().naviateToNextPoint();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue