From a8140e53c3f3efa67201f8cb958b43678f7a5ff1 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Fri, 30 Nov 2018 12:30:02 +0100 Subject: [PATCH] Update routing mode type doc --- doc/routing_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/routing_functions.md b/doc/routing_functions.md index 17188cd..c563e76 100644 --- a/doc/routing_functions.md +++ b/doc/routing_functions.md @@ -81,4 +81,4 @@ The optional value parameters must be passed using the format: `option=value`. N Name | Type | Description | Accepted values --- | --- | --- | --- -`mode_type` | `text` | Type of route calculation | `shortest` (this option only applies to the car transport mode) +`mode_type` | `text` | Type of route calculation | `shortest` or `fastest` (this option only applies to the car transport mode)