computeOffset method
Returns the point at distance meters from from along heading.
Implementation
Point<double> computeOffset(
Point<double> from, double distance, double heading) =>
SphericalUtils.computeOffset(from, distance, heading);