[traffxml] Decode point locations (at)

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-01 00:13:37 +03:00
parent 185febd8d8
commit fa5608d874
2 changed files with 74 additions and 19 deletions

View File

@@ -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.
*