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,
   kSITLocationCompassNeedsCalibration,
};

Constants

kSITLocationStopped

Location is not running.

Declared In SITLocationInterface.h.

kSITLocationCalculating

SITLocationState

Declared In SITLocationInterface.h.

kSITLocationUserNotInBuilding

SITLocationState

Declared In SITLocationInterface.h.

kSITLocationStarted

Location is running.

Declared In SITLocationInterface.h.

kSITLocationCompassNeedsCalibration

Compass needs to be calibrated

Declared In SITLocationInterface.h.

Declared In

SITLocationInterface.h