/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.util/SphericalUtil/interpolate

interpolate

\ open fun interpolate(from: TripKitLatLng, to: TripKitLatLng, fraction: Double): TripKitLatLng

Returns the TripKitLatLng which lies the given fraction of the way between the origin TripKitLatLng and the destination TripKitLatLng.

Return

The interpolated TripKitLatLng.

Parameters

androidJvm

from The TripKitLatLng from which to start.
to The TripKitLatLng toward which to travel.
fraction A fraction of the distance to travel.