From 32dfd7d8419237f5657daead7a573c1127a3f0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20=C3=96zdemir?= <44067394+FarukOzderim@users.noreply.github.com> Date: Thu, 26 Aug 2021 21:14:12 +0300 Subject: [PATCH] Update docs/nodejs/api.md Co-authored-by: Michael Bell --- docs/nodejs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodejs/api.md b/docs/nodejs/api.md index 500fc655b..72b463f0b 100644 --- a/docs/nodejs/api.md +++ b/docs/nodejs/api.md @@ -252,7 +252,7 @@ Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer 2) `waypoint_index`: Index of the waypoint inside the matched route. - 3)alternatives_count: Number of probable alternative matchings for this trace point. A value of zero indicate that this point was matched unambiguously. Split the trace at these points for incremental map matching. + 3) `alternatives_count`: Number of probable alternative matchings for this trace point. A value of zero indicate that this point was matched unambiguously. Split the trace at these points for incremental map matching. **`matchings`** is an array of [`Route`](#route) objects that assemble the trace. Each `Route` object has an additional `confidence` property, which is the confidence of the matching. float value between `0` and `1`. `1` is very confident that the matching is correct.