interpolateUsingFraction
fun interpolateUsingFraction(fraction: Double, result: Cartographic? = definedExternally): Cartographic(source)
Provides the location of a point at the indicated portion along the geodesic.
Return
The location of the point along the geodesic.
Parameters
fraction
The portion of the distance between the initial and final points.
result
The object in which to store the result.