I’m using a CLLocationManager in an attempt to find the address that the user is currently at. How can I convert the coordinates returned by the class to an actual address/business without a visual map view? Or is there a different class to return this data? Thanks.
Share
Have a look at MKReverseGeocoder class:
However, you mention you do not want to provide a map. This violates the terms of service:
If you definetely do not want to prove a map, you may have to look into a reverse geocoding service other than Google’s.