Fix typo in api.md (#6567)
* Fix typo in api.md Signed-off-by: Pratik <pratikrajput1199@gmail.com> Co-authored-by: Siarhei Fedartsou <siarhei.fedartsou@gmail.com>
This commit is contained in:
@@ -491,7 +491,7 @@ Napi::Value Engine::tile(const Napi::CallbackInfo &info)
|
||||
*
|
||||
* @returns {Object} containing `tracepoints` and `matchings`.
|
||||
* **`tracepoints`** Array of [`Ẁaypoint`](#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.
|
||||
* If the trace point was omitted by map matching because it is an outlier, the entry will be null.
|
||||
* Each `Waypoint` object has the following additional properties,
|
||||
* 1) `matchings_index`: Index to the
|
||||
* [`Route`](#route) object in matchings the sub-trace was matched to,
|
||||
|
||||
Reference in New Issue
Block a user