[TIMOB-7408] Android: Geolocation - trueHeading returns undefined/null
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-02-06T23:11:19.000+0000 |
| Affected Version/s | Release 1.8.0.1, Release 1.8.1 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | qe-and012312 |
| Reporter | Wilson Luu |
| Assignee | Opie Cyrus |
| Created | 2012-01-25T15:43:50.000+0000 |
| Updated | 2017-03-09T23:29:55.000+0000 |
Description
Steps to reproduce:
1. Run attached code
2. Check logcat
Actual: On V8, trueHeading always prints out "undefined". On Rhino, trueHeading prints out "null".
Expected: Should print out a degree value.
Attachments
| File | Date | Size |
| testGeo.zip | 2012-01-25T15:43:50.000+0000 | 2321160 |
We've actually supported this for a while on Android, but trueHeading isn't getting set in the recurring heading event unless you first call getCurrentHeading. See TIMOB-9434.
Closing ticket as invalid.