I'm wanting to build an application that will tell me how far I've ran. I was thinking I could keep a list of all GPS coordinates in a List and then do distance formula on them in sequential pairs. I'm not sure this is the best way to do this though. I'm also worried about the GPS picking up a "bad" coordinate and ruining my recorded distance.
Thanks