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;