@class RTNextPredictedLocationsOfInterestCache, RTMapServiceManager, NSObject, RTDefaultsManager, NSMutableArray, RTPlatform, RTMetricManager, NSSet, NSString, RTLearnedLocationManager, NSArray, RTLocationManager, RTAuthorizationManager, RTDistanceCalculator; @protocol OS_dispatch_source; @interface RTDeviceLocationPredictor : RTService @property (retain, nonatomic) RTAuthorizationManager *authorizationManager; @property (retain, nonatomic) RTDefaultsManager *defaultsManager; @property (retain, nonatomic) RTDistanceCalculator *distanceCalculator; @property (retain, nonatomic) RTLearnedLocationManager *learnedLocationManager; @property (retain, nonatomic) RTLocationManager *locationManager; @property (retain, nonatomic) RTMapServiceManager *mapServiceManager; @property (retain, nonatomic) RTMetricManager *metricManager; @property (retain, nonatomic) RTPlatform *platform; @property (nonatomic) BOOL routineEnabled; @property (retain, nonatomic) RTNextPredictedLocationsOfInterestCache *nextPredictedLocationsOfInterestCache; @property (nonatomic) BOOL encryptedDataAvailabilityNotificationNeeded; @property (nonatomic) BOOL pendingNextPredictedLocationsOfInterestRequest; @property (retain, nonatomic) NSObject *nextPredictedLocationsOfInterestPollLocationTimer; @property (retain, nonatomic) NSArray *nextPredictedLocationsOfInterest; @property (nonatomic) double nextPredictedLocationsOfInterestProcessInterval; @property (nonatomic) double nextPredictedLocationsOfInterestPollLocationInterval; @property (retain, nonatomic) NSMutableArray *evalPredictedLocationsOfInterest; @property (retain, nonatomic) NSMutableArray *evalPredictedExitDates; @property (retain, nonatomic) NSSet *providers; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (long long)periodicPurgePolicy; - (void)_clear; - (void)performPurgeOfType:(long long)a0 referenceDate:(id)a1 completion:(id /* block */)a2; - (void)fetchPredictedExitDatesFromLocation:(id)a0 onDate:(id)a1 withHandler:(id /* block */)a2; - (void)_registerForNotifications; - (void)onAuthorizationNotification:(id)a0; - (void)clear; - (id)init; - (void)_shutdownWithHandler:(id /* block */)a0; - (void)_onAuthorizationNotification:(id)a0; - (void)fetchPredictedLocationsOfInterestBetweenStartDate:(id)a0 endDate:(id)a1 clientIdentifier:(id)a2 withHandler:(id /* block */)a3; - (void)_setup; - (id)initWithQueue:(id)a0 authorizationManager:(id)a1 defaultsManager:(id)a2 distanceCalculator:(id)a3 learnedLocationManager:(id)a4 locationManager:(id)a5 mapServiceManager:(id)a6 metricManager:(id)a7 platfrom:(id)a8 providers:(id)a9; - (id)_sortPredictedLocationsOfInterest:(id)a0; - (void)_setupEvalMode; - (void)fetchPredictedLocationsOfInterestOnDate:(id)a0 clientIdentifier:(id)a1 withHandler:(id /* block */)a2; - (void)_onLearnedLocationManagerNotification:(id)a0; - (void)_unregisterForNotifications; - (id)_dedupePredictedLocationsOfInterest:(id)a0; - (void)_purgeWithReferenceDate:(id)a0; - (void)purgeWithReferenceDate:(id)a0; - (void)fetchNextPredictedLocationsOfInterestFromLocation:(id)a0 startDate:(id)a1 timeInterval:(double)a2 handler:(id /* block */)a3; - (void)_fetchPredictedExitDatesFromLocation:(id)a0 onDate:(id)a1 withHandler:(id /* block */)a2; - (void)_fetchPredictedLocationsOfInterestBetweenStartDate:(id)a0 endDate:(id)a1 clientIdentifier:(id)a2 withHandler:(id /* block */)a3; - (void)_fetchNextPredictedLocationsOfInterestFromLocation:(id)a0 startDate:(id)a1 timeInterval:(double)a2 clientIdentifier:(id)a3 handler:(id /* block */)a4; - (void).cxx_destruct; - (void)_updateEvalMode; - (id)_mergedLocationOfInterest:(id)a0 otherLocationOfInterest:(id)a1; - (void)onLearnedLocationManagerNotification:(id)a0; - (id)_mergePredictedLocationsOfInterest:(id)a0; - (id)_sortAndDedupePredictedLocationsOfInterest:(id)a0; - (void)fetchNextPredictedLocationsOfInterestFromLocation:(id)a0 startDate:(id)a1 timeInterval:(double)a2 clientIdentifier:(id)a3 handler:(id /* block */)a4; @end