| 70 | } |
| 71 | |
| 72 | void 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 |