From dc51480993c9aebbcbf9cf38c4caf9aa3c3eaba6 Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Thu, 19 Sep 2019 11:29:02 +0300 Subject: [PATCH] Deleted comments for MoveIteratorToReal() --- routing/route.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/routing/route.hpp b/routing/route.hpp index dd4fe70e74..133ff65eb0 100644 --- a/routing/route.hpp +++ b/routing/route.hpp @@ -330,9 +330,7 @@ public: bool GetNextTurns(std::vector & turns) const; void GetCurrentDirectionPoint(m2::PointD & pt) const; - - /// \returns pair of vals: first = true if position was updated successfully to real segment, - /// second = true if position is closer to the fake segment + MovedIteratorInfo MoveIteratorToReal(location::GpsInfo const & info); void MatchLocationToRoute(location::GpsInfo & location, location::RouteMatchingInfo & routeMatchingInfo) const;