computeHeading static method

num? computeHeading(
  1. LatLng? from,
  2. LatLng? to
)

Implementation

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