static num computeDistanceBetween(ILatLng from, ILatLng to) => computeAngleBetween(from, to) * earthRadius;