[routing] Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2019-06-28 15:02:16 +03:00 committed by Vlad Mihaylenko
parent cd30e6fc88
commit e1518917c0

View file

@ -67,9 +67,6 @@ private:
};
public:
// The radius which is used for looking for edges in some cases.
// Note. In case of looking for closest to start and finish segments in routing
// another algorith is using.
static double constexpr kClosestEdgesRadiusM = 150.0;
FeaturesRoadGraph(DataSource const & dataSource, IRoadGraph::Mode mode,