Add Node docs for exclude and skip_waypoints options#6342
Merged
SiarheiFedartsou merged 1 commit intomasterfrom Aug 28, 2022
Merged
Add Node docs for exclude and skip_waypoints options#6342SiarheiFedartsou merged 1 commit intomasterfrom
SiarheiFedartsou merged 1 commit intomasterfrom
Conversation
| Can be `null` or an array of `[{value},{range}]` with `integer 0 .. 360,integer 0 .. 180`. | ||
| - `options.radiuses` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)?** Limits the coordinate snapping to streets in the given radius in meters. Can be `null` (unlimited, default) or `double >= 0`. | ||
| - `options.hints` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)?** Hints for the coordinate snapping. Array of base64 encoded strings. | ||
| - `options.exclude` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)?** List of classes to avoid, order does not matter. |
Member
Author
There was a problem hiding this comment.
Wording is just a copy-paste from our "HTTP" docs.
mjjbell
approved these changes
Aug 28, 2022
mattwigway
pushed a commit
to mattwigway/osrm-backend
that referenced
this pull request
Jul 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
closes #5635
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?