Skip to content

Commit e4c6324

Browse files
dependabot[bot]willum070
authored andcommitted
build(deps-dev): bump postman-collection from 4.1.2 to 4.1.3 (#354)
Bumps [postman-collection](https://github.com/postmanlabs/postman-collection) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/postmanlabs/postman-collection/releases) - [Changelog](https://github.com/postmanlabs/postman-collection/blob/develop/CHANGELOG.yaml) - [Commits](postmanlabs/postman-collection@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: postman-collection dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f068591 commit e4c6324

8 files changed

Lines changed: 117 additions & 66 deletions

File tree

dist/documentation/parameters/maps_http_parameters_placeautocomplete.html

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

dist/documentation/parameters/maps_http_parameters_placeautocomplete.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030

3131
<div class="note">When using the Text Search API, the `location` parameter may be overriden if the `query` contains an explicit location such as `Market in Barcelona`.</div>
3232

33+
- <h3 class="parameter-name" id="locationbias">locationbias</h3>
34+
35+
Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default.
36+
37+
- IP bias: Instructs the API to use IP address biasing. Pass the string `ipbias` (this option has no additional parameters).
38+
- Point: A single lat/lng coordinate. Use the following format: `point:lat,lng`.
39+
- Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: `circle:radius@lat,lng`.
40+
- Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format:`rectangle:south,west|north,east`. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.
41+
3342
- <h3 class="parameter-name" id="offset">offset</h3>
3443

3544
The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is `Google` and the offset is 3, the service will match on `Goo`. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is `Google abc` and the offset is 3, the service will attempt to match against `Goo abc`. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.

dist/documentation/schemas/maps_http_schema_directionsleg.html

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/google-maps-platform-openapi3.json

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

dist/google-maps-platform-openapi3.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)