From 79917d2c8e89faa9fafffb4525b1da2eb5305efc Mon Sep 17 00:00:00 2001 From: kerrick-lyft Date: Thu, 3 Nov 2016 10:38:03 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20=E1=BA=80aypoint=20->=20Waypoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index 80b426d3f..4157a4615 100644 --- a/docs/http.md +++ b/docs/http.md @@ -285,7 +285,7 @@ In addition to the [general options](#general-options) the following options are ### Response - `code` if the request was successful `Ok` otherwise see the service dependent and general status codes. -- `tracepoints`: Array of `Ẁaypoint` objects representing all points of the trace in order. +- `tracepoints`: Array of `Waypoint` objects representing all points of the trace in order. If the trace point was ommited by map matching because it is an outlier, the entry will be `null`. Each `Waypoint` object has the following additional properties: - `matchings_index`: Index to the `Route` object in `matchings` the sub-trace was matched to.