mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
[routing][traffic] Different routing options in navigation and decoder mode
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -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:
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user