objective c - How can I move MkMapView.userLocation on iPhone? -



objective c - How can I move MkMapView.userLocation on iPhone? -

i want create application need userlocation, mkmapview.userlocation readonly, can't change. how can utilize it? can setting userlocation mymap.userlocation=mycurrentlocation;

any code need create easy?

you need cllocationmanager current location of user updated. locationmanager:didupdatetolocation:fromlocation: method of cllocationmanagerdelegate update current user location.

you may follow this tutorial larn implement it.

iphone objective-c ios cocoa-touch mkmapview

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -