Prevents the Matching getting confused when users are time-travelling.

This commit is contained in:
Daniel J. Hofmann
2016-10-21 18:19:23 -07:00
parent ba5871cfa1
commit a933b5d949
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ In addition to the [general options](#general-options) the following options are
|geometries |`polyline` (default), `geojson` |Returned route geometry format (influences overview and per step) |
|annotations |`true`, `false` (default) |Returns additional metadata for each coordinate along the route geometry. |
|overview |`simplified` (default), `full`, `false` |Add overview geometry either full, simplified according to highest zoom level it could be display on, or not at all.|
|timestamps |`{timestamp};{timestamp}[;{timestamp} ...]` |Timestamp of the input location. |
|timestamps |`{timestamp};{timestamp}[;{timestamp} ...]` |Timestamp of the input location. Timestamps need to be monotonically increasing. |
|radiuses |`{radius};{radius}[;{radius} ...]` |Standard deviation of GPS precision used for map matching. If applicable use GPS accuracy.|
|Parameter |Values |