Returns the length of the given path, in meters.
path
double computeLength(List<Point<double>> path) => SphericalUtils.computeLength(path);