Speak routing info on left panel click
This commit is contained in:
parent
0ae9950fcc
commit
17bfc08cae
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ public class RouteInfoWidgetsFactory {
|
||||||
// nextTurnInfo.nextTurnDirection = 580;
|
// nextTurnInfo.nextTurnDirection = 580;
|
||||||
// TurnPathHelper.calcTurnPath(nextTurnInfo.pathForTurn, nextTurnInfo.turnType,nextTurnInfo.pathTransform);
|
// TurnPathHelper.calcTurnPath(nextTurnInfo.pathForTurn, nextTurnInfo.turnType,nextTurnInfo.pathTransform);
|
||||||
// showMiniMap = true;
|
// showMiniMap = true;
|
||||||
|
if(routingHelper.isRouteCalculated()) {
|
||||||
|
routingHelper.getVoiceRouter().announceCurrentDirection(null);
|
||||||
|
}
|
||||||
nextTurnInfo.requestLayout();
|
nextTurnInfo.requestLayout();
|
||||||
nextTurnInfo.invalidate();
|
nextTurnInfo.invalidate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue