MeasurementmidpointVersion: 7.1.0On this pagemidpoint Description 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. Parameters NameTypeDescriptionpoint1Coordfirst pointpoint2Coordsecond point Returns Feature<Point> a point midway between pt1 and pt2 Examples