I'm working on an app the uses "heading" to display different things - in this case, it shows the stars overhead, and so it uses the direction the watch is aimed to determine which part of the sky to show.
var sensorInfo = Sensor.getInfo();
var compassHeading = sensorInfo.heading;
Does anyone know how?
I can set lat & lon for the GPS, but not direction or bearing.
In the simulator simulation/navigation data I can set various fields: Bearing, Bearing from Start, and Track. None of those seem to affect the sensor heading received.
Is this something that can be done with an activity track or similar?