> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reverse Geocode Process

This process will provide address or location suggestions based on a proximity search of an input country, and digital latitude/longitude.

## API Usage

Set the process:

```
lst.add("ReverseGeocode", opts);
```

Define required parameters (example given):

```
rec.set("Country", "BEL");
rec.set("Latitude", "50.848510");
rec.set("Longitude", "4.387950");
```

## Relevant Options

* MaxResults (when not set, the default value is 1)
