rhumbBearing

fun rhumbBearing(start: Position, end: Position, isFinal: Boolean = false): Double

Takes two positions and finds the bearing angle between them along a Rhumb line i.e. the angle measured in degrees start the north line (0 degrees)

Return

bearing from north in decimal degrees, between -180 and 180 degrees (positive clockwise)

Parameters

isFinal

calculates the final bearing if true (default false)