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
Post a Comment