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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-16 14:00:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:09 +0300
commitb95ebf1da3180651ed4567cd66fa689f89c4dd79 (patch)
tree3d17a4032b1c7b34eace5beb642619fdf233eb38 /map/location_state.hpp
parent767e14ca685e92178ae4aaad9756cb04326c8403 (diff)
[core] handle routing start in lite version
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 cf5ffeaeee..493386e65e 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -112,7 +112,7 @@ namespace location
void CachePositionArrow();
void CacheLocationMark();
- bool HasDirection() const;
+ bool IsRotationActive() const;
bool IsInRouting() const;
void FollowCompass();