osrm-backend/include/engine/api/flatbuffers/match.fbs
2019-08-26 11:08:56 +03:00

7 lines
126 B
Plaintext

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