EILLocationState Constants Reference
Declared in | EILIndoorLocationManager.h |
---|
EILLocationState
The possible states of the monitored location.
Definition
typedef NS_ENUM(NSInteger, EILLocationState ) {
EILLocationStateUnknown,
EILLocationStateInside,
EILLocationStateOutside,
};
Constants
EILLocationStateUnknown
-
The state of the monitored location is unknown.
Declared In
EILIndoorLocationManager.h
. EILLocationStateInside
-
The user is inside the location.
Declared In
EILIndoorLocationManager.h
. EILLocationStateOutside
-
The user is outside the location.
Declared In
EILIndoorLocationManager.h
.
Declared In
EILIndoorLocationManager.h