Skip to content

Commit cc1e430

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/tar-stream-3.1.7
2 parents b1e256a + 8c54f3b commit cc1e430

File tree

97 files changed

+8833
-1804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+8833
-1804
lines changed

.bazeliskrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BAZELISK_BASE_URL=https://github.com/bazelbuild/bazel/releases/download
2+
USE_BAZEL_VERSION= 7.4.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
env:
1414
WOOSMAP_PUBLIC_API_KEY: "${{ secrets.WOOSMAP_PUBLIC_API_KEY }}"
1515
WOOSMAP_PRIVATE_API_KEY: "${{ secrets.WOOSMAP_PRIVATE_API_KEY }}"

dist/documentation/parameters/woosmap_http_parameters_distancetolls.html

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!--- This is a generated file, do not edit! -->
2+
<!--- [START woosmap_http_parameters_distancetolls] -->
3+
<h2 id="required-parameters">Required parameters</h2>
4+
5+
- <h3 class="parameter-name" id="destination">destination</h3>
6+
7+
The ending point for the route. It should be supplied in the form of latitude/longitude coordinates. Ensure that no space exists between the latitude and longitude values.
8+
9+
- <h3 class="parameter-name" id="origin">origin</h3>
10+
11+
The starting point. It should be supplied in the form of latitude/longitude coordinates. Ensure that no space exists between the latitude and longitude values.
12+
13+
<h2 id="optional-parameters">Optional parameters</h2>
14+
15+
- <h3 class="parameter-name" id="alternatives">alternatives</h3>
16+
17+
Specifies if alternative routes should be returned. default is `false`. Depending on the calculated route, alternatives may not be provided.
18+
`alternatives` and `waypoints` can not be used at the same time.
19+
20+
- <h3 class="parameter-name" id="arrival_time">arrival_time</h3>
21+
22+
By using this parameter, Distance will calculate the duration with traffic Specifies the arrival date/time as a timestamp to base the calculation on (e.g. `1600799173` for the date:`22/09/2020 20:26:13`).
23+
Use either `arrival_time` or `departure_time`, not both.
24+
25+
- <h3 class="parameter-name" id="departure_time">departure_time</h3>
26+
27+
By using this parameter, Distance will calculate the duration with traffic Specifies the date/time at which to base the calculations on for traffic purposes. Valid values are a timestamp (e.g. `1600799173` for the date:`22/09/2020 20:26:13`) or `now`.
28+
Use either `arrival_time` or `departure_time`, not both.
29+
30+
- <h3 class="parameter-name" id="language">language</h3>
31+
32+
The language code, indicating in which language the results should be returned, if possible. If language is not supplied, the Distance API service will use the navigator language or “en”.
33+
34+
- <h3 class="parameter-name" id="method">method</h3>
35+
36+
Specifies the method to compute the route between the start point and the end point:
37+
38+
- `time`: fastest route (default) - `distance`: shortest route
39+
40+
- <h3 class="parameter-name" id="mode">mode</h3>
41+
42+
Specifies the mode of transport to use when calculating distance
43+
44+
- <h3 class="parameter-name" id="units">units</h3>
45+
46+
Specifies the unit system parameter to use when expressing distance as text. Two different units supported:
47+
48+
- `metric` (default) returns distances in kilometers and meters
49+
- `imperial` returns distances in miles and feet
50+
51+
- <h3 class="parameter-name" id="waypoints">waypoints</h3>
52+
53+
A list of points by which the route should pass (route response is divided into legs, one leg corresponding to a route between two waypoints). Waypoints should be separated by | character.
54+
Optionally, you may pass `optimize:true` as the first argument within the waypoints parameter. This way the provided route is optimized by rearranging the waypoints in a more efficient order based on distance or time according to the method parameter. The route start point and end point order is not changed, their position is considered fixed.
55+
`alternatives` and `waypoints` can not be used at the same time.
56+
57+
58+
<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>.
59+
<a data-label="openapi-github-woosmap-http-parameters-distancetolls" data-action="edit" style="margin-left: 5px;" href="https://github.com/woosmap/openapi-specification/tree/main/specification/parameters" title="Edit on GitHub">✎ Edit</a>
60+
<a data-label="openapi-github-woosmap-http-parameters-distancetolls" data-action="bug" style="margin-left: 5px;" href="https://github.com/woosmap/openapi-specification/issues/new?assignees=&labels=type%3A+bug%2C+triage+me&template=bug_report.md&title=[parameters] Bug - /distance/tolls/json" title="File bug for parameters on GitHub"><span class="material-icons">bug_report</span> Report bug</a>
61+
</p>
62+
63+
<!--- [END woosmap_http_parameters_distancetolls] -->

dist/documentation/parameters/woosmap_http_parameters_localitiesautocomplete.html

Lines changed: 18 additions & 6 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_localitiesautocomplete.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,21 @@
2020

2121
Two values for this parameter: `standard` or `advanced`. By default, if the parameter is not defined, value is set as `standard`. The `advanced` value opens suggestions to worldwide postal codes in addition to postal codes for Western Europe. ***A dedicated option subject to specific billing on your license is needed to use this parameter. Please contact us if you are interested in using this parameter and you do not have subscribed the proper option yet.***
2222

23+
- <h3 class="parameter-name" id="excluded_types">excluded_types</h3>
24+
25+
The types of suggestion to exclude. Multiple types can be passed using the pipe character (`|`) as a separator.
26+
2327
- <h3 class="parameter-name" id="extended">extended</h3>
2428

25-
If set, this parameter allows a refined search over locality names that bears the same postal code. By triggering this parameter, integrators will benefit from a search spectrum on the `locality` type that ***includes postal codes***. To avoid confusion, it is recommended not to activate this parameter along with the `postal_code` type which could lead to duplicate locations. Also, the default description returned by the API changes to `name (postal code), admin_1, admin_0`. It is only available for France, Italy, Spain and Belgium.
29+
If set, this parameter allows a refined search over locality names that bears the same postal code. By triggering this parameter, integrators will benefit from a search spectrum on the `locality` type that ***includes postal codes***. To avoid confusion, it is recommended not to activate this parameter along with the `postal_code` type which could lead to duplicate locations. Also, the default description returned by the API changes to `name (postal code), admin_1, admin_0`. It is only available for France, Monaco, Italy, Spain, Belgium, Switzerland and Luxembourg.
2630

2731
- <h3 class="parameter-name" id="language">language</h3>
2832

2933
The language code, using ISO 639-2 Alpha-2 country codes, indicating in which language the results should be returned, if possible. If language is not supplied, first `Accept-Language` of the browser will be used. If neither the provided `language` or the `Accept-Language` are known, the Localities service uses the international default language (English). No `language` is necessary for a postal_code request. According to requested language, only parts of the address components might be translated.
3034

3135
- <h3 class="parameter-name" id="location">location</h3>
3236

33-
This parameter is used to add a bias to the autocomplete feature. The location defines the point around which to retrieve results in priority. It must be specified in the `latitude,longitude` string format.
37+
This parameter is used to add a geographical bias to the query. The location defines the point around which to retrieve results in priority. It must be specified in the `latitude,longitude` string format.
3438

3539
- <h3 class="parameter-name" id="radius">radius</h3>
3640

@@ -40,7 +44,15 @@
4044

4145
The types of suggestion to return. Multiple types can be passed using the pipe character (`|`) as a separator.
4246

43-
- `locality`: includes locality names (from city to village) and suburbs
47+
- `city`: includes city localities
48+
- `town`: includes town localities
49+
- `village`: includes village localities
50+
- `hamlet`: includes hamlet localities
51+
- `borough`: includes borough localities
52+
- `suburb`: includes suburb localities
53+
- `quarter`: includes quarter localities
54+
- `neighbourhood`: includes neighbourhood localities
55+
- `locality`: includes all previous locality names
4456
- `postal_code`: publicly-used postal codes around the world
4557
- `address`: addresses
4658
- `admin_level`: most commonly used administrative areas

dist/documentation/parameters/woosmap_http_parameters_localitiesgeocode.html

Lines changed: 16 additions & 4 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_localitiesgeocode.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
Two values for this parameter: `standard` or `advanced`. By default, if the parameter is not defined, value is set as `standard`. The `advanced` value opens suggestions to worldwide postal codes in addition to postal codes for Western Europe. ***A dedicated option subject to specific billing on your license is needed to use this parameter. Please contact us if you are interested in using this parameter and you do not have subscribed the proper option yet.***
2222

23+
- <h3 class="parameter-name" id="excluded_types">excluded_types</h3>
24+
25+
The types of suggestion to exclude. Multiple types can be passed using the pipe character (`|`) as a separator.
26+
2327
- <h3 class="parameter-name" id="fields">fields</h3>
2428

2529
If set, it will limit the content of responses to the specified fields. This parameter can be any combination of `geometry`, `address_components` or `shape` (defaults to `geometry|address_components`).
@@ -40,7 +44,15 @@
4044

4145
Specify the types of geocoding responses to return by separating multiple types with a pipe character (|). This parameter is ignored when used with the `latlng` parameter. When executing a geocode request with the `address` parameter, use this to select the expected result type.
4246

43-
- `locality`: includes locality names (from city to village) and suburbs
47+
- `city`: includes city localities
48+
- `town`: includes town localities
49+
- `village`: includes village localities
50+
- `hamlet`: includes hamlet localities
51+
- `borough`: includes borough localities
52+
- `suburb`: includes suburb localities
53+
- `quarter`: includes quarter localities
54+
- `neighbourhood`: includes neighbourhood localities
55+
- `locality`: includes all previous locality names
4456
- `postal_code`: publicly-used postal codes around the world
4557
- `address`: addresses
4658
- `admin_level`: most commonly used administrative areas

0 commit comments

Comments
 (0)