ios-samples/CoreLocation
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
MainScreen [CoreLocation] fix UpdateLocation() args 2012-09-27 17:45:29 +10:00
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots Some minor formatting fixes. 2011-10-04 09:42:41 +02:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Application.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
CoreLocation.csproj add new resources 2012-12-20 14:20:14 -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 add new resources 2012-12-20 14:20:14 -05:00
Metadata.xml Initial tags. 2011-10-05 22:32:15 +02: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