@ -29,7 +29,7 @@ Like other entry points, reverse geocoding can use additional parameters to refi
### Size
### Size
The most basic parameter for filtering is `size` that is used to limit the number of results returned. In the previous request that returned the Eiffel Tower (or 'Tour Eiffel' to be exact), notice that other results were returned including "Bureau de Gustave Eiffel" (a museum) and "Le Jules Verne" (a restaurant). To limit a reverse geocode to only the first result, just pass the `size` parameter:
The most basic parameter for filtering is `size` that is used to limit the number of results returned. In the previous request that returned the Eiffel Tower (or 'Tour Eiffel', to be exact), notice that other results were returned including "Bureau de Gustave Eiffel" (a museum) and "Le Jules Verne" (a restaurant). To limit a reverse geocode to only the first result, just pass the `size` parameter:
@ -65,13 +65,14 @@ Please note that `UK` is not a valid ISO 3166-1 alpha-2 country code.
Each result returned has an associated confidence score. Currently confidence scores are calculated based on the distance from the result to the supplied `point.lat` and `point.lon`.
Each result returned has an associated confidence score. Currently confidence scores are calculated based on the distance from the result to the supplied `point.lat` and `point.lon`.
| meters from `point.lat`/`point.lon` | Confidence Score |
distance from `point.lat`/`point.lon` | Confidence Score |
| <1|1.0|
--- | --- |
| <10|0.9|
| <1m|1.0|
| <100|0.8|
| <10m|0.9|
| <250|0.7|
| <100m|0.8|
| <1000|0.6|
| <250m|0.7|
| >= 1000 | 0.5 |
| <1km|0.6|
| >= 1km | 0.5 |
Confidence scoring for reverse geocode results is likely to change to take into account different data sources and layers.
Confidence scoring for reverse geocode results is likely to change to take into account different data sources and layers.
@ -82,9 +83,9 @@ This section provides a quick reference for parameters applicable to reverse geo
parameter | value | required | default | example |
parameter | value | required | default | example |