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

7 lines
119 B
Plaintext
Raw Normal View History

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