Skip to content

Commit

Permalink
Adding remove_water_bodies param to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Oct 23, 2024
1 parent 827e0c6 commit dd74690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Given origin coordinates, find shapes of zones reachable within corresponding tr
* search_range: Range - When enabled, range adds an arrival window to the arrival time, and results are returned for any
journeys that arrive during this window.
* [level_of_detail](#level-of-detail): LevelOfDetail - When enabled, allows the user to specify how detailed the isochrones should be.
* remove_water_bodies: bool - if set to true (default) - returned shape will not cover large nearby water bodies.
False - returned shape may cover nearby water bodies like large lakes, wide rivers and seas.
* [snapping](#snapping): Snapping - Adjusts the process of looking up the nearest roads from the departure / arrival points.

### JSON response
Expand Down

0 comments on commit dd74690

Please sign in to comment.