AFActive Geofence
Snapshot of a currently monitored geofence and the device's membership state.
Useful for surfacing live status to the host UI ("you're at this facility") and for handling the iOS "added while already inside" case — on iOS, when the user registers a geofence whose centre they're already standing in, iOS does NOT fire didEnterRegion. The SDK synthesizes an Enter to match Android's INITIAL_TRIGGER_ENTER behaviour, and enteredViaSynthesis is set to true so the host can distinguish a real boundary crossing from an at-registration detection (for example, when displaying provenance to support staff).
Constructors
Properties
True when the most recent Enter for this region was synthesized by the SDK because the device was already inside at registration time. Always false on Android (real INITIAL_TRIGGER_ENTER events fire instead). Cleared when the geofence is removed from monitoring, its geometry changes, or the device exits and re-enters.
The registered geofence definition.
Current membership state. See AFGeofenceMembershipState.