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:
authorvng <viktor.govako@gmail.com>2012-02-24 21:18:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:34:32 +0300
commit2e1c02e9cd3a780ad66027dc3a1bc988490664d8 (patch)
treeee11fe86323b497723b6ea8317949f474a784101 /map/information_display.hpp
parentb60021ce40798b3defbf776ae3aad5ac60c6adca (diff)
[search] Draw placemark for search result. Closed #666 :)))))
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index 944f8841c5..a392507ffb 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -36,9 +36,6 @@ private:
bool m_isRulerEnabled;
Ruler m_ruler;
- bool m_isPlacemarkEnabled;
- m2::PointD m_placemarkPos;
-
bool m_isCenterEnabled;
m2::PointD m_centerPtLonLat;
int m_currentScale;
@@ -102,9 +99,7 @@ public:
void memoryWarning();
void drawMemoryWarning(DrawerYG * pDrawer);
- void enablePlacemark(bool doEnable);
- void setPlacemarkPosition(m2::PointD const & glbPt);
- void drawPlacemark(DrawerYG * pDrawer);
+ void drawPlacemark(DrawerYG * pDrawer, m2::PointD const & pt);
void enableBenchmarkInfo(bool doEnable);
bool addBenchmarkInfo(string const & name, m2::RectD const & globalRect, double frameDuration);