# PassivePositioning **Repository Path**: sdsd22/PassivePositioning ## Basic Information - **Project Name**: PassivePositioning - **Description**: iOS的被动定位。 Background Location Update Programming for iOS 7 and iOS 8 参考:https://github.com/voyage11/Location 讨论:http://mobileoop.com/background-location-update-programming-for-ios-7 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PassivePositioning #Service 提供: 开始定位,定位间隔时间,并将定位数据存入数据库 - (void)startLocationTrackingWithInterval:(int) timeInterval; 停止定位 - (void)stopLocationTracking; 查询定位数据,返回1500数据(目前只提供该方法) - (NSMutableArray *)queryResultSetWith1500Counts;