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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-25 14:04:59 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:26 +0300
commit401019d060e3b10addd972368e715a82f7e6513f (patch)
tree2bb5426e1541667aeac66b1115002839a9cad3fd /platform/location.hpp
parent830955244b6cf5d4df7ed7ea44a917d4ab6f0ce5 (diff)
[routing] NextTurn field for following info.
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index d4a620b0cb..d4432eea29 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -136,6 +136,8 @@ namespace location
string m_distToTurn;
string m_turnUnitsSuffix;
routing::turns::TurnDirection m_turn;
+ /// Turn after m_turn. NoTurn if there-is no turns after.
+ routing::turns::TurnDirection m_nextTurn;
uint32_t m_exitNum;
//@}
int m_time;