[routing][traffic] Different routing options in navigation and decoder mode

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-10-18 16:34:32 +03:00
parent 38dbad0f7e
commit a3d1ed83c3
4 changed files with 26 additions and 1 deletions

View File

@@ -266,6 +266,13 @@ public:
*/
IndexRouter::Mode GetMode() { return IndexRouter::Mode::Decoding; }
/**
* @brief Returns current routing options.
*
* For traffic decoding purposes, all roads are allowed.
*/
routing::RoutingOptions GetRoutingOptions() override;
private:
};