mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
Documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user