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-03-05 17:37:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:12:28 +0300
commit085671af831192739bbf8d98af05f97eaa2de144 (patch)
tree6dc0a75b3a5c1f81ef9aaec1dcff63f201914ba0 /map/information_display.hpp
parent3f0c39f347820359cd3b551e84bec3deb4cbbb3c (diff)
new compass with animation
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index e274e77491..af7c833734 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -135,6 +135,7 @@ public:
void drawLog(Drawer * pDrawer);
void enableCompassArrow(bool doEnable);
+ bool isCompassArrowEnabled() const;
void setCompassArrowAngle(double angle);
shared_ptr<location::State> const & locationState() const;