# Geofencing

{% hint style="warning" %}

#### Info:

* Functions only when the dead reckoning is active.
  {% endhint %}

Using the Geofencing option, one can define up to 1 circular geofencing area to create a circular area or fence around the location of interest.

* **Radius**: specify the radius in meters to adjust the location's proximity.
* **Latitude**: specify the latitudinal location.
* **Longitude**: specify the longitudinal location.

The module draws a circle using the specified Longitude, Latitude, and radius.

<figure><img src="https://1612018018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTCRfbN5hBLeUzIaKHbJ7%2Fuploads%2Fu9GzxhKEQ6cOniYp5uLM%2Fimage.png?alt=media&#x26;token=7dc0de59-fa15-4190-866b-4488f7ef6ab8" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="122"></th><th></th></tr></thead><tbody><tr><td><strong>Value</strong></td><td><strong>Output</strong></td></tr><tr><td>0</td><td>Unknown (insufficient satellites for detection)</td></tr><tr><td>1</td><td>Inside the Geofencing Parameter</td></tr><tr><td>2</td><td>Outside the Geofencing Parameter</td></tr></tbody></table>

#### Configure using ReXdesk Software from Influx

<figure><img src="https://1612018018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTCRfbN5hBLeUzIaKHbJ7%2Fuploads%2F9qnWVtspS6Cv4ONQ30BR%2Fimage.png?alt=media&#x26;token=33afc28f-1117-4b6a-8fe0-9780d54fcc9a" alt=""><figcaption></figcaption></figure>

Or

#### Edit in Xml Code block

```csharp
<Geofence_LIST>
          <Geofence>
            <Latitude>17</Latitude>
            <Longitude>20</Longitude>
            <Radius>5</Radius>
          </Geofence>
        </Geofence_LIST>
```
