mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
[routing] Remove passed intermediate points when assembling a modified route mid-navigation
Fixes OM #9592 Signed-off-by: Michał Brzozowski <www.haxor@gmail.com> # Conflicts: # libs/map/routing_manager.cpp
This commit is contained in:
committed by
David Gekeler
parent
697e871c1b
commit
57ecf3848b
@@ -332,6 +332,8 @@ private:
|
||||
|
||||
void SetPointsFollowingMode(bool enabled);
|
||||
|
||||
void RemovePassedPoints();
|
||||
|
||||
void ReorderIntermediatePoints();
|
||||
|
||||
m2::RectD ShowPreviewSegments(std::vector<RouteMarkData> const & routePoints);
|
||||
|
||||
Reference in New Issue
Block a user