interpolate static method

LatLng? interpolate(
  1. LatLng? from,
  2. LatLng? to,
  3. num? fraction
)

Implementation

static LatLng? interpolate(LatLng? from, LatLng? to, num? fraction) =>
    callMethod(_Spherical$namespace, 'interpolate', [from, to, fraction]);