SITLocationPriority Constants Reference

Declared in SITLocationRequest.h

SITLocationPriority

SITLocationPriority

@discussion: Represent the tradeoff between battery comsumption and accuracy (Coming soon).

Definition

typedef NS_ENUM(int, SITLocationPriority ) {
   kSITHighAccuracy = 0,
   kSITBalancedPowerAccuracy,
   kSITLowPower,
};

Constants

kSITHighAccuracy

SITLocationPriority

Declared In SITLocationRequest.h.

kSITBalancedPowerAccuracy

SITLocationPriority

Declared In SITLocationRequest.h.

kSITLowPower

SITLocationPriority

Declared In SITLocationRequest.h.

Declared In

SITLocationRequest.h