I want to know the exact coordinates of my last cycling trip. I left an item at the place where I started cycling. How can I get the exact coordinates of the starting place ?
I want to know the exact coordinates of my last cycling trip. I left an item at the place where I started cycling. How can I get the exact coordinates of the starting place ?
You could do it from Garmin Connect Web. Open your activity, then download the GPX file. You can then open the file using notepad and look for the the first line that starts with "trkpt." It will look something like this:
<trkpt lat="31.20528058893978595733642578125" lon="-82.21013743616640567779541015625">
This will be the exact coordinates of the start of your activity in decimal degrees format.