mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[traffxml] Decode point locations (at)
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -266,6 +266,14 @@ protected:
|
||||
*/
|
||||
bool InitRouter();
|
||||
|
||||
/**
|
||||
* @brief Adds a segment to the decoded segments.
|
||||
*
|
||||
* @param decoded The decoded segments.
|
||||
* @param segment The segment to add.
|
||||
*/
|
||||
void AddDecodedSegment(traffxml::MultiMwmColoring & decoded, routing::Segment & segment);
|
||||
|
||||
/**
|
||||
* @brief Decodes one direction of a TraFF location.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user