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.
try reference tutorial
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
Comments
Post a Comment