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

Method FixupTurns

libs/routing/car_directions.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{}
35
36void CarDirectionsEngine::FixupTurns(vector<RouteSegment> & routeSegments)
37{
38 FixupCarTurns(routeSegments);
39}
40
41void FixupCarTurns(vector<RouteSegment> & routeSegments)
42{

Callers

nothing calls this directly

Calls 1

FixupCarTurnsFunction · 0.85

Tested by

no test coverage detected