Is there a way to turn a longitude/latitude location (as returned by Core Location) into an address (street and city)?
Is there a way to turn a longitude/latitude location (as returned by Core Location)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way is using reverse geocoding, which is available in
CLGeocoderclass. To get human readable address from geoposition, you have to usereverseGeocodeLocationmethod.Here is small sample: