SITLocationState
Objective-C
enum SITLocationState : int {}
Swift
enum SITLocationState : Int32, @unchecked Sendable
SITLocationState
@note: Represents the current state of the SITLocationManager.
-
Location is not running.
Declaration
Objective-C
kSITLocationStopped = 0
Swift
case stopped = 0
-
Location is not running.
Declaration
Objective-C
kSITLocationCalculating
Swift
case calculating = 1
-
Location is not running.
Declaration
Objective-C
kSITLocationUserNotInBuilding
Swift
case userNotInBuilding = 2
-
Location is running.
Declaration
Objective-C
kSITLocationStarted
Swift
case started = 3
-
Compass needs to be calibrated
Declaration
Objective-C
kSITLocationCompassNeedsCalibration
Swift
case compassNeedsCalibration = 4