perspecdev / PSLocationManager

An Objective C class to track a user's distance and speed via GPS on iOS, using CoreLocation
119 stars 52 forks source link

Use most recent update when multiple updates have minimum accuracy #7

Closed steveblock closed 10 years ago

steveblock commented 10 years ago

When multiple updates in a given set of updates have the same, minimum accuracy, we should take the most recent update.