Folow current position since start #1709

This commit is contained in:
Victor Shcherb 2015-09-28 00:10:27 +02:00
parent 28ed24b58f
commit 24ac536b6c

View file

@ -34,8 +34,7 @@ public class MapViewTrackingUtilities implements OsmAndLocationListener, IMapLoc
private DashboardOnMap dashboard; private DashboardOnMap dashboard;
private OsmandSettings settings; private OsmandSettings settings;
private OsmandApplication app; private OsmandApplication app;
// by default turn off causing unexpected movements due to network establishing private boolean isMapLinkedToLocation = true;
private boolean isMapLinkedToLocation = false;
private boolean followingMode; private boolean followingMode;
private boolean routePlanningMode; private boolean routePlanningMode;
private boolean showViewAngle = false; private boolean showViewAngle = false;