Morten Perriard
Morten Perriard

Reputation: 11

Accurate location tracking using GPS and accelerometers in iPhone

I'm looking for articles and/or algorithms on location tracking (and distance measuring) using the GPS on an iPhone, and in particular how to improve accuracy using the accelerometers. Any suggestions?

Upvotes: 1

Views: 1322

Answers (1)

mbh
mbh

Reputation: 3312

You need to use coreLocation for the first part.

Check out Apple's sample code LocateMe

Upvotes: 1

Related Questions