pointDistKm method

double pointDistKm(
  1. Pointer<GeoCoord> a,
  2. Pointer<GeoCoord> b
)

Implementation

double pointDistKm(
  ffi.Pointer<GeoCoord> a,
  ffi.Pointer<GeoCoord> b,
) {
  return _pointDistKm(
    a,
    b,
  );
}