Reputation: 6465
I am developing an iPhone App in which I have to get the acceleration and deceleration with which user is moving. Actually this App will work as a chronometer. How can I get the latitude and longitude anh how can I calculate the acceleration and deceleration. Any sample code or information link will be better. Thanks
Upvotes: 0
Views: 492
Reputation: 150565
Have a look at MapKit for Location.
Also UIAccelerometer for movement
Edit
Have a look at Core Location which lets you do things with headings and speeds using your location.
Upvotes: 2