Difference between revisions of "Constraint: Geofence"
(Created page with "This constraint can be used to allow/prevent functionality based on the user's location (if they are inside or outside a defined location area). Due to the background locatio...") |
|||
Line 1: | Line 1: | ||
+ | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This constraint can be used to allow/prevent functionality based on the user's location (if they are inside or outside a defined location area). | This constraint can be used to allow/prevent functionality based on the user's location (if they are inside or outside a defined location area). | ||
Due to the background location update rate, there may be some lag between entering/exiting an area and the constraint returning the correct value. | Due to the background location update rate, there may be some lag between entering/exiting an area and the constraint returning the correct value. | ||
+ | </pre> |
Revision as of 17:52, 30 January 2024
This constraint can be used to allow/prevent functionality based on the user's location (if they are inside or outside a defined location area). Due to the background location update rate, there may be some lag between entering/exiting an area and the constraint returning the correct value.