mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[routing] Make 'auto reordering of intermediate stops' optional
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
This commit is contained in:
committed by
Konstantin Pastbin
parent
8b096035df
commit
5bb2569e76
@@ -226,7 +226,7 @@ public:
|
||||
/// will not return previous data, only newer.
|
||||
void GenerateNotifications(std::vector<std::string> & notifications, bool announceStreets);
|
||||
|
||||
void AddRoutePoint(RouteMarkData && markData);
|
||||
void AddRoutePoint(RouteMarkData && markData, bool reorderIntermediatePoints = true);
|
||||
void ContinueRouteToPoint(RouteMarkData && markData);
|
||||
std::vector<RouteMarkData> GetRoutePoints() const;
|
||||
size_t GetRoutePointsCount() const;
|
||||
|
||||
Reference in New Issue
Block a user