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

6 lines
105 B
Plaintext
Raw Normal View History

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