ios-samples/CoreLocation
Paola Villarreal f2f9155f32 Samples: Notifications MapCallouts Keychain DynamicsCatalog Drawing CoreLocation CoreImage ported to 64-bits 2014-05-15 13:39:16 -05:00
..
MainScreen Samples: Notifications MapCallouts Keychain DynamicsCatalog Drawing CoreLocation CoreImage ported to 64-bits 2014-05-15 13:39:16 -05:00
Resources [CoreLocation]Updating sample app icons and screenshots for ios7 2013-10-22 13:36:00 +01:00
Screenshots [CoreLocation]Updating sample app icons and screenshots for ios7 2013-10-22 13:36:00 +01:00
AppDelegate.cs Samples: Notifications MapCallouts Keychain DynamicsCatalog Drawing CoreLocation CoreImage ported to 64-bits 2014-05-15 13:39:16 -05:00
Application.cs Samples: Notifications MapCallouts Keychain DynamicsCatalog Drawing CoreLocation CoreImage ported to 64-bits 2014-05-15 13:39:16 -05:00
CoreLocation.csproj Samples: Notifications MapCallouts Keychain DynamicsCatalog Drawing CoreLocation CoreImage ported to 64-bits 2014-05-15 13:39:16 -05: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 Rebuilt samples to fix bug 1842 2014-04-09 15:53:52 -04:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05: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