Skip to content

Commit 7f487e4

Browse files
authored
fix: Adds note to indicate that radius parameter is required when specifying a location. (#366)
1 parent e4c6324 commit 7f487e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specification/parameters/places/location.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: location
1616
description: |
17-
The point around which to retrieve place information. This must be specified as `latitude,longitude`.
17+
The point around which to retrieve place information. This must be specified as `latitude,longitude`. The `radius` parameter must also be provided when specifying a location. If `radius` is not provided, the `location` parameter is ignored.
1818
1919
<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>
2020
schema:

0 commit comments

Comments
 (0)