Skip to content

Update geofences.mdx #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/geofences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Use _Buffer entries_ to more aggressively enter geofences and reduce the likelih

Use _Buffer exits_ to more conservatively exit geofences and reduce the jumpiness of exit events. When _Buffer Exits_ is off, Radar will generate an exit event if the location reported by the device is outside the geofence boundary. However, when _Buffer Exits_ is on, Radar will only generate an exit event if the device is more than X meters outside of the geofence, where X is the accuracy reported by the device. For example, if the device reports a location accurate to within 50 meters, Radar will only generate an entry event if the location is more than 50 meters outside of the geofence boundary.

You can enable these settings at a project level at a project level on the [Settings page](https://radar.com/dashboard/settings#geofences-settings).
You can enable these settings at a project level on the [Settings page](https://radar.com/dashboard/settings#geofences-settings).

## Operating hours

Expand Down