Accurate location tracking using GPS and accelerometers in iPhone
I'm looking for articles and/or algorithms on l开发者_C百科ocation tracking (and distance measuring) using the GPS on an iPhone, and in particular how to improve accuracy using the accelerometers. Any suggestions?
You need to use coreLocation for the first part.
Check out Apple's sample code LocateMe
精彩评论