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:
authorrachytski <siarhei.rachytski@gmail.com>2012-08-20 17:59:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:16 +0300
commitbfc62769b07c17fc8941029d093ce429aec76fbe (patch)
treee5ddd52fb1ff6606e9c0876c39dfea22b22752c3 /map/compass_arrow.hpp
parent9e16c89bf9eb8f2f9b2b93789d9e458598fedd8e (diff)
stopping rotation in CompassArrow when starting a rotation in location::State.
Diffstat (limited to 'map/compass_arrow.hpp')
-rw-r--r--map/compass_arrow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/compass_arrow.hpp b/map/compass_arrow.hpp
index 0ffd07531d..bf0d2df85f 100644
--- a/map/compass_arrow.hpp
+++ b/map/compass_arrow.hpp
@@ -66,4 +66,6 @@ public:
bool onTapEnded(m2::PointD const & pt);
bool hitTest(m2::PointD const & pt) const;
+
+ void StopAnimation();
};