Skip to content

Commit 7170d39

Browse files
author
Justin Poehnelt
authored
revert: rankby change (#337)
1 parent 1e32057 commit 7170d39

26 files changed

Lines changed: 4012 additions & 146 deletions

dist/documentation/parameters/maps_http_parameters_placeautocomplete.html

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
- Nearby Search:
4949
- with `keyword` or `name`: 50,000 meters
5050
- without `keyword` or `name`
51-
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rank_by` parameter.
52-
- When using `rank_by=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
51+
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.
52+
- When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
5353
- Query Autocomplete: 50,000 meters
5454
- Text Search: 50,000 meters
5555

dist/documentation/parameters/maps_http_parameters_placenearbysearch.html

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Any other types of input can generate errors and are not guaranteed to return valid results. The Google Places service will return candidate matches
1515
based on this string and order the results based on their perceived relevance.
1616

17-
Explicitly including location information using this parameter may conflict with the location, radius, and rank_by parameters, causing unexpected results.
17+
Explicitly including location information using this parameter may conflict with the location, radius, and rankby parameters, causing unexpected results.
1818

1919
If this parameter is omitted, places with a business_status of CLOSED_TEMPORARILY or CLOSED_PERMANENTLY will not be returned.
2020

@@ -60,12 +60,12 @@
6060
- Nearby Search:
6161
- with `keyword` or `name`: 50,000 meters
6262
- without `keyword` or `name`
63-
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rank_by` parameter.
64-
- When using `rank_by=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
63+
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.
64+
- When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
6565
- Query Autocomplete: 50,000 meters
6666
- Text Search: 50,000 meters
6767

68-
- <h3 class="parameter-name" id="rank_by">rank_by</h3>
68+
- <h3 class="parameter-name" id="rankby">rankby</h3>
6969

7070
Specifies the order in which results are listed. Possible values are:
7171

dist/documentation/parameters/maps_http_parameters_placequeryautocomplete.html

Lines changed: 2 additions & 2 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_placequeryautocomplete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
- Nearby Search:
3939
- with `keyword` or `name`: 50,000 meters
4040
- without `keyword` or `name`
41-
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rank_by` parameter.
42-
- When using `rank_by=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
41+
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.
42+
- When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
4343
- Query Autocomplete: 50,000 meters
4444
- Text Search: 50,000 meters
4545

dist/documentation/parameters/maps_http_parameters_placetextsearch.html

Lines changed: 2 additions & 2 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_placetextsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
- Nearby Search:
5353
- with `keyword` or `name`: 50,000 meters
5454
- without `keyword` or `name`
55-
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rank_by` parameter.
56-
- When using `rank_by=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
55+
- Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.
56+
- When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.
5757
- Query Autocomplete: 50,000 meters
5858
- Text Search: 50,000 meters
5959

0 commit comments

Comments
 (0)