Exordium

In a previous post, I wrote about setting up Core Location in a UIKit application. I covered adding the usage descriptions to the Info.plist file, requesting location authorization, and pulling the location from the CLLocationManager. If you need some help setting up Core Location in your UIKit app, take a look at that post: https://rustynailsoftware.com/dev-blog/core-location-setting-up-core-location-with-uikit.

In this post, I’ll be going over how to implement CLGeocoder — a class in Core Location that helps developers produce human-readable versions of geographic coordinates in their iOS apps. I’ll also briefly cover the CLLocation object, as I failed to do so in my first Core Location post. You can follow along with the code I’ve hosted on GitHub: https://github.com/andrew-lundy/core-location-tutorial

Let’s dive in.

#programming #swift-programming #software-engineering #ios-app-development #mobile-app-development

Core Location — How to Display a Human-Readable Address Using CLGeocoder
1.40 GEEK