GeofenceFilterInfo¶
Identifies the geofence trigger that LocationFilterEvent reports as rejected:
the fence, the rejected transition (ENTER | EXIT), why it was rejected, and the
trigger-vs-fence geometry when it was evaluated.
Members¶
action¶
The rejected transition: "ENTER" | "EXIT".
dist¶
Trigger distance from the fence center (meters); -1 when not evaluated.
identifier¶
Identifier of the geofence whose trigger was rejected.
outsideBy¶
How far outside the fence boundary (plus margin) the trigger sat (meters); -1 when not evaluated.
radius¶
The fence radius (meters).
reason¶
Verdict detail, eg: "spurious EXIT (no path evidence of transit)".