reverse_geocoding
Convert latitude and longitude coordinates into detailed place or address information using reverse geocoding. Retrieve business data, location details, and address components from geographic coordinates.
Instructions
Get the details of a place or address in a specific geographic location by latitude and longitude (reverse geocoding). This endpoint implements the \
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Example value: 40.6958453 | 40.6958453 |
| lng | Yes | Example value: -73.9799119 | -73.9799119 |
| region | No | Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code). Default: us | |
| language | No | Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes . Default: en | |
| fields | No | A comma separated list of business fields to include in the response (field projection). By default all fields are returned. Example: business_id,type,phone_number,full_address |