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-09-22 15:28:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:40 +0300
commite3583c76a3b14a454f84b8e81ca88c8a72e1f4cc (patch)
treefb8576e7605cbc29eb00b7d65f8031722fa6f4b2 /map/location_state.hpp
parent9ae0dbb5d393807b2a9897ee8890946e2d3cb124 (diff)
[core] draw other position arrow for routing mode
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index ba07da06af..fa2e9d5b5a 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -112,8 +112,11 @@ namespace location
void CallStateModeListeners();
void CachePositionArrow();
+ void CacheRoutingArrow();
void CacheLocationMark();
+ void CacheArrow(graphics::DisplayList * dl, string const & iconName);
+
bool IsRotationActive() const;
bool IsDirectionKnown() const;
bool IsInRouting() const;
@@ -148,6 +151,7 @@ namespace location
unique_ptr<graphics::DisplayList> m_positionArrow;
unique_ptr<graphics::DisplayList> m_locationMarkDL;
unique_ptr<graphics::DisplayList> m_positionMarkDL;
+ unique_ptr<graphics::DisplayList> m_routingArrow;
graphics::Color m_locationAreaColor;
//@}