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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-07-20 13:48:40 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:03 +0300
commit0dc3e2ab69b78eeba5a40f6109daa2b9b170a290 (patch)
treea038535b01e4067892a72dc3b24c5619d422282c /platform/location.hpp
parent9cd1b67fa40d07ca7ba38ce615209de66c016989 (diff)
Pedestrian directions engine which shows up and down stairs
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index 587b74a2e6..45f3727ccd 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -131,6 +131,7 @@ namespace location
string m_distToTurn;
string m_turnUnitsSuffix;
routing::turns::TurnDirection m_turn;
+ routing::turns::PedestrianDirection m_pedestrianTurn;
uint32_t m_exitNum;
//@}
int m_time;