So I know that there are all these plug-ins for apps that use GPS data, but that is not what I am asking...I wrote a Python library that uses GPS data, and I was wondering if the iPhone stores your GPS data somewhere I can access.
What I want to do:
I essentially want to plug my iPhone into my computer, and generate a CSV of GPS data since I always have location on I figured it might store GPS data somewhere.
I have done research and all that comes up are the different ways to access current locations and use locations in apps, but nothing on how to grab all existing GPS data. Is this possible, and if so, where can I find this data?