ConstReadonlyEntered: BoundaryStateThe fix just crossed from outside back inside.
ReadonlyExited: BoundaryStateThe fix just crossed from inside to outside: the moment to raise a breach alert.
ReadonlyInside: BoundaryStateThe fix is inside the fence and was inside before, or is the first fix inside.
ReadonlyOutside: BoundaryStateThe fix is outside the fence and was outside before, or is the first fix outside.
Where a fix sits relative to a Geofence, including the moment it crosses.
Provided as a runtime object plus a matching string-union type so it works as both a value (
Boundary.Exited) and a type annotation.