hi, in my application, i got a map that show the location of the user. But i also need to get the exact adress of where he is and put it in a string.
Any idea how it works?
thx
hi, in my application, i got a map that show the location of the user. But i also need to get the exact adress of where he is and put it in a string.
Any idea how it works?
thx
Use MKReverseGeocoder. Look at the Apple sample app CurrentAddress.
The placemark object passed into didFindPlacemark has the address fields which you can put into a string.