kSITQualityValues

Objective-C

enum kSITQualityValues : NSInteger {}

Swift

enum kSITQualityValues : Int, @unchecked Sendable

The quality of the location. Is only used indoor.

  • The quality of the location is low.

    Declaration

    Objective-C

    kSITLow = 0

    Swift

    case sitLow = 0
  • The quality of the location is high.

    Declaration

    Objective-C

    kSITHigh

    Swift

    case sitHigh = 1