ISEGeofenceEventType Constants Reference

Declared in ISTypes.h

ISEGeofenceEventType

@enum Enum used to represent a geofencing zone state.

Definition

typedef NS_ENUM(NSInteger, ISEGeofenceEventType ) {
   ISEGeofenceEventTypeUnknown = 0,
   ISEGeofenceEventTypeEntering,
   ISEGeofenceEventTypeEntered,
   ISEGeofenceEventTypeStay,
   ISEGeofenceEventTypeLeaving,
   ISEGeofenceEventTypeLeft,
};

Constants

ISEGeofenceEventTypeUnknown

Default value.

Declared In ISTypes.h.

ISEGeofenceEventTypeEntering

A position is entering a zone (a position was detected in the zone).

Declared In ISTypes.h.

ISEGeofenceEventTypeEntered

After a custom time and if the state didn’t changed, we consider that a position is entered.

Declared In ISTypes.h.

ISEGeofenceEventTypeStay

After a position was entered in a zone and after a custom time without state change, we consider that a position stayed in the zone.

Declared In ISTypes.h.

ISEGeofenceEventTypeLeaving

A position is leaving a zone. (a position was detected outside the zone).

Declared In ISTypes.h.

ISEGeofenceEventTypeLeft

After a position was considerer leaving and if no state change occured for a custom time, we consider that a position has left the zone.

Declared In ISTypes.h.

Declared In

ISTypes.h