Identify a coordinate
goplaces_reverse_geocodeIdentify what is at a latitude/longitude by returning the nearest places with distances. Use it to label a GPS position or answer 'what is at these coordinates'.
Instructions
Identify what is at a latitude/longitude by finding the nearest places, closest first, with the distance from the point. Use for 'what is at these coordinates' or to label a GPS position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point to identify. | |
| lng | Yes | Longitude of the point to identify. | |
| limit | No | Maximum candidates to return. | |
| region | No | Optional CLDR region code, for example 'US' or 'DE'. | |
| language | No | Optional BCP-47 language code, for example 'en' or 'en-US'. | |
| radius_m | No | Search radius in meters. Keep it small; a wide radius describes the neighbourhood rather than the point. | |
| include_ev | No | Include EV charging connectors, charge rates, and availability. | |
| detail_level | No | Field tier to request. Google bills at the most expensive tier in the request, so prefer the cheapest that answers the question: 'ids' returns place IDs only, 'basic' adds name, address, location, type, and a Maps link, and 'full' adds rating, price, hours, phone, and website. | full |
| included_types | No | Restrict candidates to these Google place types. | |
| include_atmosphere | No | Include the most expensive tier: editorial summary, dine-in/takeout/delivery/reservable, accessibility, and parking options. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present only on failure; the result is also flagged isError. | |
| results | No | Nearest places first. | |
| query_location | No |