[traffxml] Parse and store distance for location points

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-05-17 19:25:29 +03:00
parent 2ed300ca08
commit c0c8d5da58
3 changed files with 24 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ struct Point
// TODO role?
ms::LatLon m_coordinates = ms::LatLon::Zero();
// TODO optional float m_distance;
std::optional<float> m_distance;
std::optional<std::string> m_junctionName;
std::optional<std::string> m_junctionRef;
};