Skip to content

Commit baee685

Browse files
Merge pull request #184 from Woosmap/dev/adapt_nearby_categories
fix: adapt nearby categories
2 parents f4c44c3 + a2501d1 commit baee685

39 files changed

Lines changed: 2049 additions & 1187 deletions

File tree

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import %workspace%/.aspect/bazelrc/debug.bazelrc
1414
# Import Aspect recommended Bazel javascript settings for all projects
1515
import %workspace%/.aspect/bazelrc/javascript.bazelrc
1616

17-
build --action_env GH_TOKEN
1817
build --action_env PATH
1918
build --enable_runfiles
2019
run --define WOOSMAP_PUBLIC_API_KEY=

dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.html

Lines changed: 14 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/documentation/parameters/woosmap_http_parameters_localitiesnearby.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,11 @@
66

77
Center of the search circle.
88

9-
- <h3 class="parameter-name" id="types">types</h3>
10-
11-
types of targeted items.
12-
139
<h2 id="optional-parameters">Optional parameters</h2>
1410

15-
- <h3 class="parameter-name" id="categories">categories</h3>
16-
17-
The categories of points of interest to return. Not specifying any category will not filter returned results. Multiple categories can be passed using the pipe character (`|`) as a separator. For example: `categories=business.shop|medical.pharmacy|bank`.
11+
- <h3 class="parameter-name" id="excluded_types">excluded_types</h3>
1812

19-
- <h3 class="parameter-name" id="excluded_categories">excluded_categories</h3>
20-
21-
The categories of points of interest to exclude from results. results will match the specified `categories`, if any, but will not match the specified `excluded_categories` Multiple categories can be passed using the pipe character (`|`) as a separator. For example: `excluded_categories=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.
13+
The types of points of interest to exclude from results. results will match the specified `types`, if any, but will not match the specified `excluded_types` Multiple types can be passed using the pipe character (`|`) as a separator. For example: `excluded_types=business.food_and_drinks.fast_food|business.food_and_drinks.pub`.
2214

2315
- <h3 class="parameter-name" id="limit">limit</h3>
2416

@@ -32,6 +24,10 @@
3224

3325
radius of the search circle, in meter.
3426

27+
- <h3 class="parameter-name" id="types">types</h3>
28+
29+
The types of points of interest to return. Multiple types can be passed using the pipe character (`|`) as a separator. For example: `types=business.shop|medical.pharmacy|business.finance.bank`.
30+
3531

3632
<p style="text-align: right; font-size: smaller;">Generated from the <a data-label="openapi-github" href="https://github.com/woosmap/openapi-specification" title="Woosmap OpenAPI Specification" class="external">OpenAPI specification</a>.
3733
<a data-label="openapi-github-woosmap-http-parameters-localitiesnearby" data-action="edit" style="margin-left: 5px;" href="https://github.com/woosmap/openapi-specification/tree/main/specification/parameters" title="Edit on GitHub">✎ Edit</a>

dist/documentation/schemas/woosmap_http_schema_localitiesnearbycategory.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)