in my application i have location coordinates. i want to show city name in label instead of coordinat开发者_JS百科es. how to achieve that. Any suggestions will highly appreciated
What you are looking for is called Reverse Geocoding and you will want to check out MKReverseGeocoder and MKReverseGeocoderDelegate
精彩评论