Getting the GPS location of your iOS device is pretty easy (thanks to Apple). First you need a location manager, which “The object that you use to start and stop the delivery of location-related events to your app.” according to Apple. Add the following code to your class. You will…