From 187fe8f849e504996722cfac55b3a5eb3fe6a501 Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 12 Apr 2016 14:35:05 -0400 Subject: [PATCH] updated routing functions description --- 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 e4e3b76..b15a710 100644 --- a/doc/routing_functions.md +++ b/doc/routing_functions.md @@ -1,6 +1,6 @@ # Routing Functions -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 service](http://docs.cartodb.com/cartodb-platform/dataservices-api/quickstart/#using-mapzen-services) is available. +Routing is the navigation from a defined start location to a defined end location. The calculated results are displayed as turn-by-turn directions on your map, based on the transportation mode that you specified. Routing services through CartoDB are available by requesting a single function in the Data Services API. ### cdb_route_point_to_point(_origin geometry(Point), destination geometry(Point), mode text, [options text[], units text]_)