From 14d02fd63fa5f28ea404b4f72fab3b374c6bb11e Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 5 Apr 2016 15:48:57 -0400 Subject: [PATCH] added link to mapzen routing --- doc/routing_functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/routing_functions.md b/doc/routing_functions.md index 733eb82..b82f2ff 100644 --- a/doc/routing_functions.md +++ b/doc/routing_functions.md @@ -1,6 +1,6 @@ -# Routing functions +# Routing Functions -The following functions provide routing capabilities to calculate the route from one point to another using differents modes like car or bicycle for example. This service uses the routing service defined for the user (currently, only the Mapzen routing service is available). +The following functions provide turn-by-turn capabilities to calculate the route from one point to another using different modes, such as a car or bicycle. Currently, only the [Mapzen routing provider](https://mapzen.com/documentation/turn-by-turn/api-reference/#mapzen-turn-by-turn-routing-service-api-reference) is available through CartoDB. ### cdb_route_point_to_point(_origin geometry(Point), destination geometry(Point), mode text, [options text[], units text]_) @@ -42,4 +42,4 @@ The optional value parameters must be passed using the format: `option=value`. Name | Type | Description | Accepted values --- | --- | --- | --- -`mode_type` | `text` | Type of route calculation | `shortest` (this option only apply to the car mode) \ No newline at end of file +`mode_type` | `text` | Type of route calculation | `shortest` (this option only applies to the car transport mode) \ No newline at end of file