Fast map matching
0.1.0
|
Map matched result representation. More...
#include <mm_type.hpp>
Public Attributes | |
int | id |
id of the trajectory to be matched | |
MatchedCandidatePath | opt_candidate_path |
A vector of candidate matched to each point of a trajectory. More... | |
O_Path | opath |
the optimal path, containing id of edges matched to each point in a trajectory | |
C_Path | cpath |
the complete path, containing ids of a sequence of topologically connected edges traversed by the trajectory. More... | |
std::vector< int > | indices |
index of opath edge in cpath | |
CORE::LineString | mgeom |
the geometry of the matched path | |
Map matched result representation.
Definition at line 69 of file mm_type.hpp.
C_Path FMM::MM::MatchResult::cpath |
the complete path, containing ids of a sequence of topologically connected edges traversed by the trajectory.
Definition at line 77 of file mm_type.hpp.
MatchedCandidatePath FMM::MM::MatchResult::opt_candidate_path |
A vector of candidate matched to each point of a trajectory.
It is stored in order to export more detailed map matching information.
Definition at line 71 of file mm_type.hpp.