MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / toString

Function toString

src/extractor/intersection/intersection.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13std::string toString(const IntersectionEdgeGeometry &shape)
14{
15 std::string result = "[shape] " + std::to_string(shape.eid) +
16 " bearing: " + std::to_string(shape.perceived_bearing);
17 return result;
18}
19
20std::string toString(const IntersectionViewData &view)
21{

Callers 1

make_urlMethod · 0.50

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected