Hello,
I'm not sure, how it works.
I use the getTargetAzim() function in the AddonPebble app to show an arrow the direction on the Pebble watch.
When I try it I realized:
- Guide on: direction to the destination point,
lastUpdate.getGuideTypeWaypoint().getTargetAzim()
- Navigate to: direction to the action point,
lastUpdate.getGuideTypeTrack().getTargetAzim()
- Guidance (guidance along the track): direction to the next track point.
lastUpdate.getGuideTypeTrack().getTargetAzim()
Is it true?
http://forum.locusmap.eu/index.php?topic=5096.msg47029#msg47029
Thanks
I'm not sure, how it works.
I use the getTargetAzim() function in the AddonPebble app to show an arrow the direction on the Pebble watch.
When I try it I realized:
- Guide on: direction to the destination point,
lastUpdate.getGuideTypeWaypoint().getTargetAzim()
- Navigate to: direction to the action point,
lastUpdate.getGuideTypeTrack().getTargetAzim()
- Guidance (guidance along the track): direction to the next track point.
lastUpdate.getGuideTypeTrack().getTargetAzim()
Is it true?
http://forum.locusmap.eu/index.php?topic=5096.msg47029#msg47029
Thanks