interpolateUsingFraction

fun interpolateUsingFraction(fraction: Double, result: Cartographic? = definedExternally): Cartographic(source)

Provides the location of a point at the indicated portion along the rhumb line.

Return

The location of the point along the rhumb line.

Parameters

fraction

The portion of the distance between the initial and final points.

result

The object in which to store the result.

See also