PHPGeo v2.5.0 Release Notes

Release Date: 2020-02-04 // about 4 years ago
  • ➕ Added

    • method getMidpoint() to the Line class which calculates the midpoint of a line by following the Great Circle between the two line ends and dividing the line into two halves.
    • utility class Cartesian which abstracts three-dimensional cartesian coordinates x, y, and z