Table of Contents

Enum Boundary

Namespace
Pamoja.Kit
Assembly
Pamoja.Kit.dll

Where a fix sits relative to a Geofence, including the moment it crosses.

public enum Boundary

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.