computeDistanceBetween static method

num computeDistanceBetween(
  1. LatLngOrLatLngLiteral from,
  2. LatLngOrLatLngLiteral to, [
  3. num? radius
])

Implementation

external static num computeDistanceBetween(
  LatLngOrLatLngLiteral from,
  LatLngOrLatLngLiteral to, [
  num? radius,
]);