ios-samples/CoreLocation
Rustam Zaitov b4b45acaeb [Keychain][monocatalog][ExtensionsDemo][Touch][avTouch][reachability][CoreLocation][FontList] fix sdk warnings 2015-05-20 12:46:09 +03:00
..
MainScreen no message 2015-04-27 17:35:54 -04:00
Resources [CoreLocation] update for iPhone 6/Plus and iOS 8 2014-10-17 13:51:14 -07:00
Screenshots [CoreLocation]Updating sample app icons and screenshots for ios7 2013-10-22 13:36:00 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Application.cs Pull from upstream 2015-01-19 20:39:40 +05:30
CoreLocation.csproj [Keychain][monocatalog][ExtensionsDemo][Touch][avTouch][reachability][CoreLocation][FontList] fix sdk warnings 2015-05-20 12:46:09 +03:00
CoreLocation.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist no message 2015-04-27 17:35:54 -04:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00

README.md

Core Location

This sample illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API exposed in MonoTouch. It covers initializing the CLLocationManager, configuring update frequency and accuracy, and receiving updates using both the event and delegate pattern. It also illustrates how to retrieve "Distance To" information.

Authors

Bryan Costanich