Currently /trip supports finding round-trip routes where only the start or end location is fixed. This PR extends this feature to non-round-trip requests. We do this by a new table manipulation that simulates non-round-trip fixed endpoint requests as a round-trip request. |
||
|---|---|---|
| .. | ||
| constants.js | ||
| index.js | ||
| match.js | ||
| nearest.js | ||
| route.js | ||
| table.js | ||
| tile.js | ||
| trip.js | ||