Geo Location filtering

Yeah, this is possible.

The utils.getCurrentPosition() API allows you to get the device's current geocoordinates. Combine that with a backend query that re-runs on an interval and you'll have what you want.

1 Like