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-10-02 18:22:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:35 +0300
commitcecc69679647471e17c5bb0b46c802a6539e58e1 (patch)
tree3fb2c890b84aec9c8d24707d60614341d54a1515 /map/location_state.hpp
parent518db38b381f80fdc7d6aff454b12141b8e7f5f7 (diff)
[core] in lite version we draw look direction for my position
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index 493386e65e..fc63293b8a 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -113,6 +113,7 @@ namespace location
void CacheLocationMark();
bool IsRotationActive() const;
+ bool IsDirectionKnown() const;
bool IsInRouting() const;
void FollowCompass();