J-P-Hanafin / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

my position's heading #564

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable my position and see the arrow of it

What is the expected output? What do you see instead?
I guess the heading is towoard north. I don't understand i see now even after i 
see the source code in MapOverlay.java function "boolean setHeading(float 
heading)". if toward north, i think the code is "int newhdg = 
Math.round(heading / 360 * 18);"

What version of MyTracks are you using? On what version of Android? On what
phone?
MyTracks:1.1.9, Android:2.2

If possible please provide a log.  Either upload here or send to mytracks-
support@google.com.
Detailed instructions can be found here:
http://code.google.com/p/mytracks/wiki/HowToReportErrors

Please provide any additional information here:

Original issue reported on code.google.com by feng.t...@gmail.com on 8 Sep 2011 at 4:50

GoogleCodeExporter commented 8 years ago
The heading shouldn't always point north. It should point to your bearing as 
reported by your GPS.

Original comment by jshih@google.com on 21 Jun 2012 at 10:28