Enum Boundary
Where a fix sits relative to a Geofence, including the moment it crosses.
public enum Boundary
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.