You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: map-matching/api-reference.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ Each `matched_point` may include:
252
252
|`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. |
253
253
|`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. |
254
254
|`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. |
0 commit comments