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

7 lines
126 B
Plaintext
Raw Normal View History

2019-08-02 07:30:09 -04:00
include "route.fbs";
namespace osrm.engine.api.fbresult;
table Match {
tracepoints: [Waypoint];
matchings: [Route];
}