I'm trying to understand if there is any way of retrieving centralised information about a user's traveled distance in a day / week or between specific dates. I know that the OS (if allowed to) collects information about the user locations, so I guess there could be a way to retrieve how much he traveled within a period of time.
Note: I'm trying to get a total amount of miles / km traveled, not the locations where the user has been or at what times he traveled.
Note 2: I'm to know if it is possible to collect globally accumulated data by the OS over the overall geolocation services usage, without needing to have my app polling for the user location.
Thank you all!