Enum PamojaBoundary
Where a fix sits relative to a geofence, mirroring PamojaBoundary in
pamoja.h.
public enum PamojaBoundary
Fields
Entered = 3The fix just crossed from outside back inside.
Exited = 2The fix just crossed from inside to outside: the moment to raise a breach alert.
Inside = 0The fix is inside the fence and was inside before, or is the first fix inside.
Outside = 1The fix is outside the fence and was outside before, or is the first fix outside.