interpolateUsingSurfaceDistance
fun interpolateUsingSurfaceDistance(distance: Double, result: Cartographic? = definedExternally): Cartographic(source)
Provides the location of a point at the indicated distance along the rhumb line.
Return
The location of the point along the rhumb line.
Parameters
distance
The distance from the inital point to the point of interest along the rhumbLine.
result
The object in which to store the result.