locationTrackingEnabled

Objective-C

@property (nonatomic, assign, unsafe_unretained, readwrite,
          getter=isLocationTrackingEnabled) BOOL locationTrackingEnabled;

Swift

var isLocationTrackingEnabled: Bool { get set }

See

RFSLivenessConfiguration.locationTrackingEnabled.