kSITBuildingDetector
Objective-C
enum kSITBuildingDetector : NSInteger {}
Swift
enum kSITBuildingDetector : Int, @unchecked Sendable
Building detector strategy to find the building to start the indoor positioning. Default value is GPSProximity.
-
Detect the nearest building using the GPS location distance to the building
Declaration
Objective-C
kSITGpsProximity = 0Swift
case sitGpsProximity = 0 -
Detect the building using BLE scans
Declaration
Objective-C
kSITBLESwift
case SITBLE = 1