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

Method ProcessManeuverOverride

src/extractor/extractor_callbacks.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void ExtractorCallbacks::ProcessManeuverOverride(const InputManeuverOverride &override)
73{
74 external_memory.external_maneuver_overrides_list.push_back(override);
75}
76
77/**
78 * Takes the geometry contained in the ```input_way``` and the tags computed

Callers 1

ParseOSMDataMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected