interpolate

open fun interpolate(    @NonNull from: MPLatLng,     @NonNull to: MPLatLng,     t: Double): MPLatLng

Return

interpolated MPLatLng

Parameters

from

from latlng

to

to latlng

t

factor (0.5 = half way between points)