Geofence Provider

The Geofence Provider tests whether the device’s actual location falls within a specified area.
This feature is particularly useful for applications requiring location-based triggers.

Configuration

  • Test Area Location Coordinates
    The static GPS coordinates of the location to test.
    Coordinates must be in Decimal degrees (DD) format of "latitude, longitude", e.g. 41.40338, 2.17403.
    Decimal separator is a dot.

  • Diameter
    The Diameter in meters around the test location coordinates.
    If the actual position is within this diameter the output is triggered.

Important
Geofence needs location and background location permissions to work.

Query

  • Is Inside
    1 if the actual location is inside the test area, 0 otherwise.

  • Status
    Returns the actual geofence status:

    Text Numeric

    N/A

    0

    Geofence is not active

    Excellent

    1

    Geofence is active

    Fail

    5

    Permissions missing or other failure