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

Method PrintLatLon

libs/routing/road_graph.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142std::string Edge::PrintLatLon() const
143{
144 return "{ " + DebugPrint(mercator::ToLatLon(GetStartPoint())) + ", " + DebugPrint(mercator::ToLatLon(GetEndPoint())) +
145 " }";
146}
147// IRoadGraph::RoadInfo --------------------------------------------------------
148
149IRoadGraph::RoadInfo::RoadInfo() : m_speedKMPH(0.0), m_bidirectional(false) {}

Callers 1

Calls 2

DebugPrintFunction · 0.70
ToLatLonFunction · 0.50

Tested by

no test coverage detected