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 13:23:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:10 +0300
commit47b22d39644ca641b6348eb988a12615f1b51ef8 (patch)
treecbbe769ad7bfcdf9d78766ff42c00c9599b89ba2 /map/navigator.hpp
parentb79d29f3f35f04d0a5709904d2b2f96eb061e800 (diff)
added ScreenBase::SetAngle and Navigator::SetAngle.
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index a4142d13f5..da7882790f 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -47,6 +47,7 @@ public:
void Scale(double scale);
void Rotate(double angle);
+ void SetAngle(double angle);
void Move(double azDir, double factor);