Skip to content

Releases: Back1ng/point-in-mkad

Release v1.1.2

26 Jan 18:43

Choose a tag to compare

  • Integrate with psalm 1 level;
  • Integrate with phpstan 9 level.

Release v1.1.1

01 Nov 19:04

Choose a tag to compare

Added new polygons

  • Saint Petersburg Ring Road
  • Yekaterinburg Ring Road

Release v1.1.0

01 Nov 15:57

Choose a tag to compare

Breaking changes.

  • Previously, the coordinate was injected in the constructor. Now in the methods of interaction with the coordinate.
  • You can use your own implementation of Polygon (CAD for example) and Calculator on your preference (Vincente, Haversine or your own by implementing Location\Distance\DistanceInterface)