Documentation

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-08 20:01:35 +03:00
parent d47713516d
commit b98fe1999c
6 changed files with 168 additions and 58 deletions

View File

@@ -9,10 +9,11 @@
namespace routing
{
// RoadPoint is a unique identifier for any road point in mwm file.
//
// Contains feature id and point id.
// Point id is the ordinal number of the point in the road.
/**
* @brief A unique identifier for any road point in an mwm file.
*
* It contains a feature id and point id. The point id is the ordinal number of the point in the road.
*/
class RoadPoint final
{
public: