ios-samples/CoreLocation
Mykyta Bondarenko 71716aaf17 Update 'CoreLocation' sample (#309)
* added new project

* updated UI

* added assets

* removed old sample

* updated ReadMe

* removed extra file
2018-11-15 09:49:30 -08:00
..
CoreLocation Update 'CoreLocation' sample (#309) 2018-11-15 09:49:30 -08:00
Screenshots [CoreLocation]Updating sample app icons and screenshots for ios7 2013-10-22 13:36:00 +01:00
CoreLocation.sln Update 'CoreLocation' sample (#309) 2018-11-15 09:49:30 -08:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Update 'CoreLocation' sample (#309) 2018-11-15 09:49:30 -08:00

README.md

Core Location

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

License

Code is released under the MIT license

Authors

Bryan Costanich