Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit cdcbcbb

Browse files
authored
Update api-reference.md
1 parent 3e96e33 commit cdcbcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map-matching/api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Each `matched_point` may include:
252252
| `begin_route_discontinuity` | The boolean value is true if this match result is the begin location of a route disconnect. This value will not exist if this is false. |
253253
| `end_route_discontinuity` | The boolean value is true if this match result is the end location of a route disconnect. This value will not exist if this is false. |
254254
| `distance_along_edge` | The distance along the associated edge for this matched point. For example, if the matched point is halfway along the edge then the value would be 0.5. This value will not exist if this point was unmatched. |
255-
| `distance_from_trace_point` | The distance from the trace point to the matched point. This value will not exist if this point was unmatched. |
255+
| `distance_from_trace_point` | The distance in meters from the trace point to the matched point. This value will not exist if this point was unmatched. |
256256

257257
## Get better results
258258

0 commit comments

Comments
 (0)