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 = 0Swift
case stopped = 0 -
Location is not running.
Declaration
Objective-C
kSITLocationCalculatingSwift
case calculating = 1 -
Location is not running.
Declaration
Objective-C
kSITLocationUserNotInBuildingSwift
case userNotInBuilding = 2 -
Location is running.
Declaration
Objective-C
kSITLocationStartedSwift
case started = 3 -
Compass needs to be calibrated
Declaration
Objective-C
kSITLocationCompassNeedsCalibrationSwift
case compassNeedsCalibration = 4