Show turn info in simulation
This commit is contained in:
parent
67b4931b40
commit
4c09ec2ce2
1 changed files with 2 additions and 0 deletions
|
@ -750,6 +750,8 @@ public class OsmAndLocationProvider implements SensorEventListener {
|
|||
}
|
||||
} else if(routingHelper.isRoutePlanningMode() && settings.getPointToStart() == null) {
|
||||
routingHelper.setCurrentLocation(location, false);
|
||||
} else if(getLocationSimulation().isRouteAnimating()) {
|
||||
routingHelper.setCurrentLocation(location, false);
|
||||
}
|
||||
this.location = updatedLocation;
|
||||
|
||||
|
|
Loading…
Reference in a new issue