Table of Contents

Enum PamojaBoundary

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

Where a fix sits relative to a geofence, mirroring PamojaBoundary in pamoja.h.

public enum PamojaBoundary

Fields

Entered = 3

The fix just crossed from outside back inside.

Exited = 2

The fix just crossed from inside to outside: the moment to raise a breach alert.

Inside = 0

The fix is inside the fence and was inside before, or is the first fix inside.

Outside = 1

The fix is outside the fence and was outside before, or is the first fix outside.