From this url:

http://ws.geonames.org/findNearbyPostalCodes?lat=19.0176560&lng=72.8561780

I want is city name that is mumbai can somebody help me?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Once you have parsed out the latitude and longitude, you can use the MKReverseGeocoder to translate that location to meta data about that location. In that meta data, you will find the city name that you are after.

Update

Have a look at the Apple CurrentAddress sample app, this has an example of how you use the MKReverseGeocoder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.