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-05-16 17:31:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:41 +0300
commit751657cf725436fd5ed74b5f70a6afa80be436c1 (patch)
tree55497beb3776f42c8e0eda9aa859959f41482953 /map/user_mark.hpp
parente9f7e1d796d22ba2fab598ab2cd7e3d18d34f010 (diff)
[core] create new bookmark animation
Diffstat (limited to 'map/user_mark.hpp')
-rw-r--r--map/user_mark.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/user_mark.hpp b/map/user_mark.hpp
index d148f4b2d6..2f7ed6aa53 100644
--- a/map/user_mark.hpp
+++ b/map/user_mark.hpp
@@ -119,4 +119,5 @@ public:
ICustomDrawable(m2::PointD const & ptOrg, UserMarkContainer * container) : UserMark(ptOrg, container) {}
bool IsCustomDrawable() const { return true; }
virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const = 0;
+ virtual double GetAnimScaleFactor() const = 0;
};