Laravel Geographical Calculator Versions Save

laravel package helps you to implement geographical calculation, with several algorithms that help you deal with coordinates and distances.

v2.2.0

2 years ago
  • Added the farthest point from a set of points to a custom point.
  • Added check if the point is located in a given area.

v2.1.1

2 years ago
  • Fix code style and composer dependencies

v2.1.0

2 years ago
  • Improved getDistance and getCenter function to accept callback.
  • Added all function to get all package features.
  • Added Loops trait helper.
  • Added the closest point from a set of points to a custom point.
  • Added nearest neighbor algorithm.
  • Improved tests and code style

v2.0.1

2 years ago
  • Fix if there are no options inserted.

v2.0.0

2 years ago
  • Refactor class names.
  • Refactor distances calculations.
  • Added documents folder.
  • Added helper traits.
  • Added install command.
  • Added a package logo.
  • Added get the center of set of points.
  • Use the register pattern to store and fetch the data.

v1.1.0

2 years ago
  • refactor and improve internal code
  • write package test

v1.0.3

3 years ago

correct and refactor code with psr-4

v1.0.2

3 years ago

correct class accessible and functions name

v1.0.1

3 years ago

refactor get length function name , rename to gitDistance

v1.0.0

3 years ago

first release