address_at_point
Reverse geocode coordinates to retrieve the closest addresses in Norway. Provide latitude and longitude, optional radius and limit.
Instructions
Reverse geocode: find the addresses closest to a latitude/longitude in Norway. Use when the user has coordinates and wants to know what is there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (EPSG:4258 / WGS84). | |
| lon | Yes | Longitude (EPSG:4258 / WGS84). | |
| radius | No | Search radius in metres (1–5000). | |
| limit | No | Max results to return (1–50). |