osrm-backend/include/engine/api/flatbuffers/match.fbs

7 lines
132 B
Plaintext

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