Skip to content

Commit 82b6448

Browse files
authored
fix: Remove point restrict from locationbias (#435)
1 parent 2982f1b commit 82b6448

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

specification/parameters/places/locationbias.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ name: locationbias
1616
description: |
1717
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.
1818
- IP bias: Instructs the API to use IP address biasing. Pass the string `ipbias` (this option has no additional parameters).
19-
- Point: A single lat/lng coordinate. Use the following format: `point:lat,lng`.
2019
- Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: `circle:radius@lat,lng`.
2120
- 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.
2221
schema:

0 commit comments

Comments
 (0)