Chapter 15. Working with CoreLocation

The iOS utilizes several hardware and software technologies to allow you to locate it in the world, tell you which way you're traveling, and know which way the phone is pointing. The underlying technologies are fairly complex, but Apple abstracts most of this complexity away and gives us an easy API called CoreLocation to get location and heading information.

In this chapter, we're going to look at working with the location features in the iOS via the CoreLocation API.

All the code in this chapter is taken from the Example_CoreLocation companion code and application. While this example is simple, the application possibilities for this data are endless. For example, you could write an application that computes ...

Get Developing C# Apps for iPhone and iPad Using MonoTouch: iOS Apps Development for .NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.