Skip to content

Add Node docs for exclude and skip_waypoints options#6342

Merged
SiarheiFedartsou merged 1 commit intomasterfrom
sf-nodejs-docs
Aug 28, 2022
Merged

Add Node docs for exclude and skip_waypoints options#6342
SiarheiFedartsou merged 1 commit intomasterfrom
sf-nodejs-docs

Conversation

@SiarheiFedartsou
Copy link
Copy Markdown
Member

@SiarheiFedartsou SiarheiFedartsou commented Aug 27, 2022

Issue

closes #5635

Tasklist

Requirements / Relations

Link any requirements here. Other pull requests this PR is based on?

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.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wording is just a copy-paste from our "HTTP" docs.

@SiarheiFedartsou SiarheiFedartsou merged commit a46241e into master Aug 28, 2022
mattwigway pushed a commit to mattwigway/osrm-backend that referenced this pull request Jul 20, 2023
@DennisOSRM DennisOSRM deleted the sf-nodejs-docs branch May 3, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node API Documentation does not have exclude flag option.

2 participants