SITLocationState Constants Reference
Declared in | SITLocationInterface.h |
---|
SITLocationState
SITLocationState
@discussion: Represents the current state of the SITLocationManager.
Definition
typedef NS_ENUM(int, SITLocationState ) {
kSITLocationStopped = 0,
kSITLocationCalculating,
kSITLocationUserNotInBuilding,
kSITLocationStarted,
};
Constants
kSITLocationStopped
-
Localization is not running.
Declared In
SITLocationInterface.h
. kSITLocationCalculating
-
SITLocationState
Declared In
SITLocationInterface.h
. kSITLocationUserNotInBuilding
-
SITLocationState
Declared In
SITLocationInterface.h
. kSITLocationStarted
-
Localization is running.
Declared In
SITLocationInterface.h
.
Declared In
SITLocationInterface.h