Returns the distance between from and to, in meters.
from
to
double computeDistanceBetween(Point<double> from, Point<double> to) => SphericalUtils.computeDistanceBetween(from, to);