/srv/osrm/osrm-backend/include/engine/map_matching
NameSizeModeActions
bayes_classifier.hpp29100644editdlrm
hidden_markov_model.hpp49380644editdlrm
matching_confidence.hpp15540644editdlrm
sub_matching.hpp3860644editdlrm
Edit: /srv/osrm/osrm-backend/include/engine/map_matching/sub_matching.hpp (386B)
#ifndef MAP_MATCHING_SUB_MATCHING_HPP #define MAP_MATCHING_SUB_MATCHING_HPP #include "engine/phantom_node.hpp" #include namespace osrm::engine::map_matching { struct SubMatching { std::vector nodes; std::vector indices; std::vector alternatives_count; double confidence; }; } // namespace osrm::engine::map_matching #endif