Skip to content

Commit a97d619

Browse files
authored
added docs to short_fastest graphhopper#747
1 parent fe28aae commit a97d619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web/api-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Unlock certain flexible features via `ch.disable=true` or disable CH on the serv
4343
Parameter | Default | Description
4444
:----------------|:-----------|:-----------
4545
ch.disable | `false` | Use this parameter in combination with one or more parameters of this table
46-
weighting | `fastest` | Which kind of 'best' route calculation you need. Other option is `shortest` (e.g. for foot and bike) and `curvature` (only for motorcycle)
46+
weighting | `fastest` | Which kind of 'best' route calculation you need. Other option is `shortest` (e.g. for `vehicle=foot` or `bike`), `short_fastest` if time and distance is expensive (e.g. for `vehicle=truck`) and `curvature` (only for `vehicle=motorcycle`)
4747
edge_traversal |`false` | Use `true` if you want to consider turn restrictions for bike and motor vehicles. Keep in mind that the response time is roughly 2 times slower.
4848
algorithm |`dijkstrabi`| The algorithm to calculate the route. Other options are `dijkstra`, `astar`, `astarbi`, `alternative_route` and `round_trip`
4949
heading | NaN | Favour a heading direction for a certain point. Specify either one heading for the start point or as many as there are points. In this case headings are associated by their order to the specific points. Headings are given as north based clockwise angle between 0 and 360 degree. This parameter also influences the tour generated with `algorithm=round_trip` and force the initial direction.

0 commit comments

Comments
 (0)