Trying to figure out if there is a way to show the direction of travel heading with reference to Magnetic North,
Normally i would use the on position event to get the heading from GPS, but would like to provide the option to calculate the heading relative to magnetic north and consequently magnetic compass heading to the next waypoint.
Sensor.getInfo().heading returns the compass orientation of the watch but i actually want the directional heading in magnetic north reference, reading the documentation this also mentions true north not magnetic north so this doesnt seem to be the solution.
Am i missing something simple to calculate a heading in magnetic vs true
If not i'll probably just add an option for people to add magnetic declination for their area as a local setting, i could do it via a web request to get it from a site but not keen on sending location data.
Thanks in advance if anyone has any thoughts or suggestions on this one.