Documents roundtrip param, closes #3741

This commit is contained in:
Daniel J. Hofmann 2017-03-13 12:51:28 +01:00 committed by Patrick Niklaus
parent 24c70e3c8e
commit 40094ceeab

View File

@ -324,7 +324,7 @@ In addition to the [general options](#general-options) the following options are
|Option |Values |Description |
|------------|------------------------------------------------|---------------------------------------------------------------------------|
|roundtrip |`true` (default), `false` |Return route is a roundtrip |
|roundtrip |`true` (default), `false` |Return route is a roundtrip (route returns to first location) |
|source |`any` (default), `first` |Return route starts at `any` or `first` coordinate |
|destination |`any` (default), `last` |Return route ends at `any` or `last` coordinate |
|steps |`true`, `false` (default) |Return route instructions for each trip |