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 18:12:02 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:28 +0300
commit8ebaaece765db3a2d82bc99543bc9f029396514f (patch)
tree883eec6f11d07e12d3595198f04fe4ffbf4ae625 /platform/location.hpp
parent8bd1069af4a64bdeb7b7aadbdeb5d29c87060e7a (diff)
[routing] route distance and next turn tests.
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index d4432eea29..65e14dd2dc 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -136,7 +136,7 @@ namespace location
string m_distToTurn;
string m_turnUnitsSuffix;
routing::turns::TurnDirection m_turn;
- /// Turn after m_turn. NoTurn if there-is no turns after.
+ /// Turn after m_turn. Returns NoTurn if there is no turns after.
routing::turns::TurnDirection m_nextTurn;
uint32_t m_exitNum;
//@}