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.
views:
134answers:
2
+3
A:
You can use MKReverseGeocoder
class for that purpose, which uses google reverse geocoding facilities.
Vladimir
2010-01-14 11:29:24
Thank You Vladimir
Sijo
2010-01-14 11:32:45
A:
http://stackoverflow.com/questions/1382900/how-to-retrive-users-current-city-name
This link gives the use of MKReverseGeocoder
Sijo
2010-01-14 11:37:18