Book Image

iOS Development with Xamarin Cookbook

By : Dimitrios Tavlikos (USD)
Book Image

iOS Development with Xamarin Cookbook

By: Dimitrios Tavlikos (USD)

Overview of this book

Table of Contents (22 chapters)
iOS Development with Xamarin Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Today's smartphones and hand-held devices are equipped with high-accuracy Global Positioning System (GPS) hardware. The GPS hardware receives location information from a constellation of satellites. Apart from the satellites, iOS devices take advantage of the cellular and Wi-Fi networks to provide location information to the user.

In this chapter, we will discuss how to use the appropriate frameworks to take advantage of the location services of the device. Furthermore, we will learn how to display maps and annotate them. Specifically, we will focus on the following subjects:

  • Location services: Here, the services available on a device for providing location information will be discussed. These services are as follows:

    • Standard location service: This location service depends fully on the device's GPS module and provides location data of the highest accuracy

    • Region monitoring service: This location service monitors boundary crossings

    • Significant-change location service: This service...