Hello,
I'm comparing the (lat and long) coordinates from my current location based on the GPS tutorial with those from Google Maps (obtained via web browser). They differ a little so that the distanceTo a target (10 metres away) gives a distance returned of about 44km.
The formats differ slightly - my phone returns 12:34.567890 while Google maps gives 12.345678.
I assume that the google one is dd.mmssss to correspond to dd:mm.ssssss of the device and that this is not relevant.
If these formats are equivalent then the difference between them is 00:23.xxx for latitude and 00:08.xxx for longitude.
I did go outside to ensure accuracy.
If anyone knows what I'm doing wrong that would be great, thanks!
I'm comparing the (lat and long) coordinates from my current location based on the GPS tutorial with those from Google Maps (obtained via web browser). They differ a little so that the distanceTo a target (10 metres away) gives a distance returned of about 44km.
The formats differ slightly - my phone returns 12:34.567890 while Google maps gives 12.345678.
I assume that the google one is dd.mmssss to correspond to dd:mm.ssssss of the device and that this is not relevant.
If these formats are equivalent then the difference between them is 00:23.xxx for latitude and 00:08.xxx for longitude.
I did go outside to ensure accuracy.
If anyone knows what I'm doing wrong that would be great, thanks!