Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-08-07 19:48:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:03 +0300
commit96fd81f9e05f09af3115ff1a0413f15839ca725b (patch)
treefd520d8b3f43e24648700472a379adda34642739 /map/location_state.hpp
parent6302ca385de26b612a350d3b6868314760bbaa70 (diff)
[routing] Set initial scale to 15 for pedestrian routing.
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index b85fca74b6..3f88095b91 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -69,7 +69,7 @@ namespace location
void SwitchToNextMode();
void RouteBuilded();
- void StartRouteFollow();
+ void StartRouteFollow(int scale);
void StopRoutingMode();
int AddStateModeListener(TStateModeListener const & l);