PHPGeo v4.2.0 Release Notes
Release Date: 2022-07-25 // 10 months ago-
No data yet ๐
You can check the official repo
Previous changes from v4.1.0
-
๐ This release has no breaking changes.
Thanks, @nilshoerrmann, for contributing!
โ Added
- method
Bounds::getAsPolygon()
which returns a polygon containing the four nodes of the Bounds instance - methods
Bounds::getNorthEast()
andBounds::getSouthWest()
- ๐ new public methods:
CardinalDirection::isStrictlyNorth()
,CardinalDirection::isStrictlyEast()
,CardinalDirection::isStrictlySouth()
andCardinalDirection::isStrictlyWest()
- ๐ new class
Direction
for checking if one point is north, eat, south or west from another point - ๐ new Class
Intersection
for checking if two geometries intersect each other
- method