An iOS Library for Geo Tracking

GeoTrackKit

A Cocoapod for Geo Tracking.

  • [ ] 90% Code Coverage
  • [x] Pull tracks from HealthKit (Workouts)

Example App

TODO:

  • [ ] Save tracks to disk
  • [ ] Provide a track list
  • [x] Pull tracks in from HealthKit

Installation

Installation Instructions

CocoaPods

Directly from Github:

pod 'GeoTrackKit', :git => 'git@github.com:intere/GeoTrackKit.git', :branch => 'develop'

Directly from Cocoapods:

pod 'GeoTrackKit'

Example Usage

// This will either start tracking, or prompt the user for access to track their location
GeoTrackManager.shared.startTracking()

GitHub