File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,12 @@ In addition to the [general options](#general-options) the following options are
283
283
| timestamp | ` integer ` UNIX-like timestamp |
284
284
| radius | ` double >= 0 ` (default 5m) |
285
285
286
+ The radius for each point should be the standard error of the location, measured in meters from the true location. Use
287
+ ` Location.getAccuracy() ` on Android or ` CLLocation.horizontalAccuracy ` on iOS. This value is used to determine which
288
+ points should be considered as candidates (larger radius means more candidates) and how likely each candidate is (larger
289
+ radius means far-away candidates are penalized less). The area to search is chosen such that the correct candidate
290
+ should be considered 99.9% of the time (for more details, see https://github.com/Project-OSRM/osrm-backend/pull/3184 ).
291
+
286
292
### Response
287
293
- ` code ` if the request was successful ` Ok ` otherwise see the service dependent and general status codes.
288
294
- ` tracepoints ` : Array of ` Waypoint ` objects representing all points of the trace in order.
You can’t perform that action at this time.
0 commit comments