include "route.fbs"; namespace osrm.engine.api.fbresult; table Match { tracepoints: [Waypoint]; matchings: [Route]; }