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:
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;