calculateBearingWhenMissing property

bool calculateBearingWhenMissing
getter/setter pair

When enabled and bearing is not present in a GPX track point, it is calculated from the coordinates of adjacent track points. When disabled, the bearing remains unset (null). Note: Even when disabled, the last known bearing is preserved for stationary points to avoid null-bearing glitches in the map matcher.

Implementation

bool calculateBearingWhenMissing;