curveBetween

fun GeoEllipsoid.curveBetween(start: Gmc, end: Gmc, precision: Double = 1.0E-6): GmcCurve

Taken from https://github.com/mgavaghan/geodesy

Calculate the geodetic curve between two points on a specified reference ellipsoid. This is the solution to the inverse geodetic problem.

Receiver

reference ellipsoid to use

Return

solution to the inverse geodetic problem

Parameters

start

starting coordinates

end

ending coordinates