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-30 12:41:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:58 +0300
commit376420445b46f41449ab8ea69ca2cf0128a03ff1 (patch)
tree6b30298320535113d6ca392e48e1c3d4fbd9ff11 /map/location_state.hpp
parentc89fb09d14f32c2abc33993df287785717961e45 (diff)
[core] animations fix
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index 04c303841e..02adb944b5 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -71,7 +71,7 @@ namespace location
void InvalidatePosition();
void TurnOff();
- void StopCompassFollowing(Mode mode = Follow);
+ void StopCompassFollowing(Mode mode = Follow, bool resetPxBinding = true);
void StopLocationFollow();
/// @name User input notification block
@@ -83,6 +83,7 @@ namespace location
void ScaleCorrection(m2::PointD & pt);
void ScaleCorrection(m2::PointD & pt1, m2::PointD & pt2);
+ bool IsRotationAllowed() const;
void Rotated();
//@}