Description
🐛 Bug Report
The property heading
of Position
is mis-named. It is actually the course, which can be seen clearly on this line of LocationMapper.m
for iOS.
This is rather unfortunate, as heading and course are distinct concepts, and having it mis-named is confusing:
In navigation, the course of a watercraft or aircraft is the cardinal direction in which the craft is to be steered. The course is to be distinguished from the heading, which is the direction where the watercraft's bow or the aircraft's nose is pointed.
In the context of a device, "heading" refers to the direction the device is pointing and is typically provided via a magnetometer. However, "course" refers to the direction the device is traveling and is typically provided via GPS.
Expected behavior
A course should be called "course."
Reproduction steps
None necessary.
Configuration
Version: 1.x
Platform:
- 📱 iOS
- 🤖 Android