Skip to content

Commit 4b6ba1b

Browse files
authored
docs: updates points.yml (#428)
1 parent 88b36be commit 4b6ba1b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

specification/parameters/nearestRoads/points.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414

1515
name: points
1616
description: |
17-
The path to be snapped. The path parameter accepts a list of latitude/longitude pairs. Latitude and longitude values should be separated by commas. Coordinates should be separated by the pipe character: "|". For example: `path=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796`.
18-
<div class="note">Note: The snapping algorithm works best for points that are not too far apart. If you observe odd snapping behavior, try creating paths that have points closer together. To ensure the best snap-to-road quality, you should aim to provide paths on which consecutive pairs of points are within 300m of each other. This will also help in handling any isolated, long jumps between consecutive points caused by GPS signal loss, or noise.</div>
17+
The points to be snapped. The points parameter accepts a list of latitude/longitude pairs. Separate latitude and longitude values with commas. Separate coordinates with the pipe character: "|". For example: `points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796`.
1918
required: true
2019
in: query
2120
style: pipeDelimited
2221
explode: false
2322
example:
2423
["60.170880,24.942795", "60.170879,24.942796", "60.170877,24.942796"]
2524
schema:
26-
$ref: "../../schemas/LatLngArrayString.yml"
25+
$ref: "../../schemas/LatLngArrayString.yml"

0 commit comments

Comments
 (0)