Skip to content

Commit

Permalink
Fix documentation on distance units (#269)
Browse files Browse the repository at this point in the history
Fix documentation on distance units
  • Loading branch information
acondrat committed Feb 14, 2020
1 parent 5578bb7 commit 05ab847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion response.md
Expand Up @@ -59,7 +59,7 @@ Each item in this list will contain all the information needed to find it in hum
},
```

Additionally, [/reverse](reverse.md) queries will have a `distance` parameter, which is the distance, in meters, from the query point.
Additionally, [/reverse](reverse.md) queries will have a `distance` parameter, which is the distance, in kilometers, from the query point.

## Notable features

Expand Down
2 changes: 1 addition & 1 deletion reverse.md
Expand Up @@ -88,7 +88,7 @@ Note that `UK` is not a valid ISO 3166-1 alpha-2 country code.

## Distance and confidence scores for the results

Each result returned has a distance from the query point (in meters) and an associated confidence score. Confidence scores are calculated based on the distance from the result to the supplied `point.lat` and `point.lon`. Confidence scoring for reverse geocode results is likely to change with different data sources and layers.
Each result returned has a distance from the query point (in kilometers) and an associated confidence score. Confidence scores are calculated based on the distance from the result to the supplied `point.lat` and `point.lon`. Confidence scoring for reverse geocode results is likely to change with different data sources and layers.

Distance from `point.lat`/`point.lon` | Confidence score
--- | ---
Expand Down

0 comments on commit 05ab847

Please sign in to comment.