![]() |
Map Matching
|
#include "road.h"
#include "track.h"
#include <QObject>
#include <QString>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | equalsFunc |
class | Grid |
Grid embedded roads. This describes the network. More... | |
struct | hashFunc |
Typedefs | |
typedef std::unordered_map< long, Road > | AllRoadMap |
typedef std::unordered_map< PointRoad, int, hashFunc, equalsFunc > | ExtremityPointMap |
typedef std::unordered_map<long, Road> AllRoadMap |
typedef std::unordered_map<PointRoad, int, hashFunc, equalsFunc> ExtremityPointMap |