Developer
Developer

Reputation: 6465

Getting location and acceleration information

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

Answers (1)

Abizern
Abizern

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

Related Questions