Returns the heading from from to to in degrees [-180, 180).
from
to
double computeHeading(Point<double> from, Point<double> to) => SphericalUtils.computeHeading(from, to);