This commit is contained in:
Siarhei Fedartsou 2023-03-09 16:42:59 +01:00 committed by GitHub
parent 46d86f994b
commit 5225a19cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,7 +491,7 @@ Napi::Value Engine::tile(const Napi::CallbackInfo &info)
* *
* @returns {Object} containing `tracepoints` and `matchings`. * @returns {Object} containing `tracepoints` and `matchings`.
* **`tracepoints`** Array of [`aypoint`](#waypoint) objects representing all points of the trace in order. * **`tracepoints`** Array of [`aypoint`](#waypoint) objects representing all points of the trace in order.
* If the trace point was ommitted 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, * Each `Waypoint` object has the following additional properties,
* 1) `matchings_index`: Index to the * 1) `matchings_index`: Index to the
* [`Route`](#route) object in matchings the sub-trace was matched to, * [`Route`](#route) object in matchings the sub-trace was matched to,