reverse_geocode
Convert GPS coordinates into a named place (city, state, country) using offline geodata. Label map markers or photo EXIF locations without contacting external services.
Instructions
Resolve GPS coordinates to a place name using Immich's own offline geodata. Use this to name the location of a marker from get_map_markers or of an asset's EXIF coordinates — no external service is contacted. Read-only.
Args:
lat: Latitude in decimal degrees.
lon: Longitude in decimal degrees.
Returns: JSON with total and a places array of {city, state, country} candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |