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-24 21:06:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:34 +0300
commit3900cc9a514ec9dfac37f2ee91425b99ad606194 (patch)
tree800b50660b8659d96809f871e6ee1ec110bb5b7a /map/location_state.hpp
parent73adaafe5b6525ed68f2dc224fd5be397ce1d49f (diff)
bug fix
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index 5dd9008af8..bccfe7b4c8 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -77,6 +77,7 @@ namespace location
void TurnOff();
void StopCompassFollowing();
void StopLocationFollow();
+ void SetFixedZoom();
/// @name User input notification block
//@{
@@ -150,6 +151,7 @@ namespace location
private:
// Mode bits
// {
+ static uint16_t const FixedZoomBit = 0x20;
static uint16_t const RoutingSessionBit = 0x40;
static uint16_t const KnownDirectionBit = 0x80;
// }