The current documentation describes the function as `location.OffsetBy(bearing, distance)` with distance in radians and heading strongly implied to be in degrees. However, according to the header file the function is actually `location.OffsetBy(distance, bearing)` with both values being in radians. Hopefully this can be easily corrected!