MCPcopy Create free account
hub / github.com/comaps/comaps / RestrictionCollector

Method RestrictionCollector

generator/restriction_collector.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47m2::PointD constexpr RestrictionCollector::kNoCoords;
48
49RestrictionCollector::RestrictionCollector(std::string const & osmIdsToFeatureIdPath, IndexGraph & graph)
50 : m_indexGraph(graph)
51{
52 ParseWaysOsmIdToFeatureIdMapping(osmIdsToFeatureIdPath, m_osmIdToFeatureIds);
53}
54
55bool RestrictionCollector::Process(std::string const & restrictionPath)
56{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected