include "waypoint.fbs"; namespace osrm.engine.api.fbresult; table Nearest { waypoints: [Waypoint]; }