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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-08-24 14:04:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:13 +0300
commitf15e332deca77fd9b1fe5294ac842f18b4c62478 (patch)
tree32d20f1a0b65bdd68aaefa2d1cc68a5121e74633 /platform
parent9e41822d0f294fa6c06f20e86925cc4990c1a6b5 (diff)
[android] Pass current street name to routing info.
Diffstat (limited to 'platform')
-rw-r--r--platform/location.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index 49a19df5fa..d4a620b0cb 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -146,6 +146,8 @@ namespace location
// If there is something to pronounce the size of m_turnNotifications may be one or even more
// depends on the number of notifications to prononce.
vector<string> m_turnNotifications;
+ // Current street name.
+ string m_sourceName;
// The next street name.
string m_targetName;