kSITQualityValues Constants Reference

Declared in SITLocation.h

kSITQualityValues

The quality of the location. Is only used indoor.

  • kSITLow: The quality of the location is low.
  • kSITHigh: The quality of the location is high.

Definition

typedef NS_ENUM(NSInteger, kSITQualityValues ) {
   kSITLow = 0,
   kSITHigh,
};

Constants

kSITLow

The quality of the location. Is only used indoor.

Declared In SITLocation.h.

kSITHigh

The quality of the location. Is only used indoor.

Declared In SITLocation.h.

Declared In

SITLocation.h