curveInDirection
fun GeoEllipsoid.curveInDirection(start: GmcPose, distance: Distance, precision: Double = 1.0E-6): GmcCurve
Taken from https://github.com/mgavaghan/geodesy https://github.com/mgavaghan/geodesy/blob/ab1c6969dc964ff34929911f055b27525909ef3f/src/main/java/org/gavaghan/geodesy/GeodeticCalculator.java#L58
Calculate the destination and final bearing after traveling a specified distance, and a specified starting bearing, for an initial location. This is the solution to the direct geodetic problem.
Return
solution to the direct geodetic problem
Parameters
start
starting location