Show turn info in simulation

This commit is contained in:
vshcherb 2014-03-30 23:31:12 +02:00
parent 67b4931b40
commit 4c09ec2ce2

View file

@ -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;