Returns the area of a closed path on Earth, in square meters.
path
static double computeArea(List<Point<double>> path) => computeSignedArea(path).abs();