Returns the area enclosed by path, in square meters.
path
double computeArea(List<Point<double>> path) => SphericalUtils.computeArea(path);