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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-07-14 09:49:28 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-07-26 13:13:57 +0300
commit85f0ffaff1d39088cbd105c102df9cb4e3bad62c (patch)
tree29107cd27beaa1ba4d0730e395b70b0a8349f810 /drape_frontend/user_mark_shapes.hpp
parent8a5c4bc7ceeed3f0f6ed0cf2a69f8a63fb5134cb (diff)
Added new local ads rendering
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 8001770111..f1721a88a9 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -20,13 +20,14 @@ struct UserMarkRenderParams
std::string m_symbolName;
dp::Anchor m_anchor = dp::Center;
drape_ptr<dp::TitleDecl> m_titleDecl;
- bool m_symbolHasPriority = false;
- bool m_titleHasPriority = false;
+ bool m_hasSymbolPriority = false;
+ bool m_hasTitlePriority = false;
uint16_t m_priority = 0;
float m_depth = 0.0;
dp::GLState::DepthLayer m_depthLayer = dp::GLState::UserMarkLayer;
bool m_runCreationAnim = false;
bool m_isVisible = true;
+ FeatureID m_featureId;
};
struct LineLayer