iOS Location SDK Version 1.5
Significant changes include:
PSTrip.h
PSTripLocation.h
typedef NS_ENUM(NSInteger, PSTripTypeConfidence) {
PSTripTypeConfidenceLow = 0,
PSTripTypeConfidenceMedium,
PSTripTypeConfidenceHigh
};
@property(assign, nonatomic) NSInteger minTripPoints;
- (void) startMonitoringTrips;
- (void) stopMonitoringTrips;
- (BOOL) isMonitoringTrips;
- (NSArray *) allTrips;
- (PSTrip*) activeTrip;
- (void) endActiveTrip;
- (void) removeTrip:(PSTrip *)trip;
- (void) tripsLaunchViaOS:(UIApplication *)application;
- (void) setTripsForcesAppToRemainAwake:(BOOL)remainAwake;
- (BOOL) tripsForcesAppToRemainAwake;
- (void) setTripsIntervalBeforeSleep:(NSTimeInterval)interval;
- (NSTimeInterval) tripsIntervalBeforeSleep;
- (void) ambientLocationLaunchViaOS:(UIApplication *)application;
API Documentation is available at
https://developer.pathsense.com/documentation
A complete list of changes is contained in the CHANGELOG.html file in the sdk .zip available from
the 'Downloads' tab when you log into your PathSense Developer Portal account at:
https://developer.pathsense.com
Happy Coding!
PathSense
A Better Location Stack for iOS and Android