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. |
||
---|---|---|
.. | ||
data.js | ||
distance_matrix.js | ||
matching.js | ||
nearest.js | ||
options.js | ||
requests.js | ||
routability.js | ||
routing.js | ||
timestamp.js | ||
trip.js |