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>2016-02-03 19:33:11 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2016-02-03 19:33:11 +0300
commit4de3108b87c92cd93d30c11952bb74fefd16b306 (patch)
tree091304411475f8cf2e4447597b63ccfbb9bcb5db /routing/routing_session.hpp
parent6bd0d00702d8ab079931c092361ea6c5c2daf61e (diff)
More routing stats.
Diffstat (limited to 'routing/routing_session.hpp')
-rw-r--r--routing/routing_session.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/routing/routing_session.hpp b/routing/routing_session.hpp
index 07be2e395c..d80fe21def 100644
--- a/routing/routing_session.hpp
+++ b/routing/routing_session.hpp
@@ -121,6 +121,7 @@ public:
void SetTurnNotificationsLocale(string const & locale);
string GetTurnNotificationsLocale() const;
void GenerateTurnNotifications(vector<string> & turnNotifications);
+ double GetCompletionPercent() const;
private:
struct DoReadyCallback
@@ -182,5 +183,6 @@ private:
double m_passedDistanceOnRouteMeters;
// Rerouting count
int m_routingRebuildCount;
+ mutable double m_lastCompletionPercent;
};
} // namespace routing