-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
backlogdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Problem description
As we saw with location-verification, the area where the network locates a device is not, or close to, a single point. It is an area that can be quite large compared with the geofence area. In order to decide when the device enters or leaves the geofence we have to agree on some rules based on the intersection of both areas.
Expected action
As we did with location-verification, we should discuss and agree on some guidelines for a common implementation.
Proposal (to start with):
In this case if we consider D (= area where network locates the device) and G (= geofence area), we may consider that:
area-enteredevent is to be triggered when more than N% of D is within G, for the first time, or afterarea-lefthas been triggered.area-leftevent is to be triggered when, afterarea-enteredevent has been already triggered, then more than N% of D is outside G.
"N%" thresholds are to be decided. Instead of 50%, we may choose a higher % to leave some safe gap between both, for example 60% .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogdocumentationImprovements or additions to documentationImprovements or additions to documentation