Convert search string from UISearchBar to MK MapView Address
ios, mapkit, mkmapview, objective-c, uisearchbar
Solution
You can refer following link to find a sample code for map view search a/c to the places.....
https://developer.apple.com/library/ios/samplecode/MapSearch/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013332
hope this will help you..
Problem
Add a UISearchBar to my MK- MapView and obtain an address on a map using the search string written in the UISearchBar. Later I have to be able to convert the address indicated on the map in NSString! Can you help me please? I searched on google but I did not understand anything! Please help me.. I used this project, but when I run the search, the map remains the same point: project that I used