Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perspecdev/PSLocationManager

An Objective C class to track a user's distance and speed via GPS on iOS, using CoreLocation
https://github.com/perspecdev/PSLocationManager

Last synced: about 2 months ago
JSON representation

An Objective C class to track a user's distance and speed via GPS on iOS, using CoreLocation

Awesome Lists containing this project

README

        

PSLocationManager allows you to track a user's distance and speed.

Setup with Cocoapods
--------------------
* Add ```pod ‚PS’LocationManager``` to your Podfile
* Run ```pod install```

Detailed info can be found here:
http://perspecdev.com/blog/2012/02/22/using-corelocation-on-ios-to-track-a-users-distance-and-speed/