I am getting latitude and longitude using CLLocation. I want to know how I can get the address by using this latitude and longitude. Please help me.
You can use MKReverseGeocoder
class for that purpose, which uses google reverse geocoding facilities.
Update: MKReverseGeocoder
class is deprecated in iOS 5, you should use CLGeocoder class from Core Location framework instead. It provides functions for both forward and reverse geocoding - check class reference for more details
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With