midpoint library

Functions

midpoint(Point point1, Point point2) Point
Takes two Points and returns a point midway between them. The midpoint is calculated geodesically, meaning the curvature of the earth is taken into account. For example:
midpointRaw(Position point1, Position point2) Position