iphone - show mapview based on user specified coordinates -


i developing app in iphone. in app have map view showing user current location on map , displaying longitude , latitude coordinates. want edit coordinates , according mapview should update location on map.

thanks in advance.

enter image description heretry reference tutorial

current location & mapview

let me know if have problem.

updated answer

cllocationcoordinate2d placecoord; placecoord.latitude=your latitude; placecoord.longitude=your longitude;  //pass //userlocation.coordinate written in tutorial userlocation.coordinate = placecoord; 

updated answer2

mapview


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -