views:

134

answers:

2

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.

+3  A: 

You can use MKReverseGeocoder class for that purpose, which uses google reverse geocoding facilities.

Vladimir
Thank You Vladimir
Sijo
A: 

http://stackoverflow.com/questions/1382900/how-to-retrive-users-current-city-name

This link gives the use of MKReverseGeocoder

Sijo