karam-mustafa / laravel-geographical-calculator

laravel package helps you to implement geographical calculation, with several algorithms that help you deal with coordinates and distances.
MIT License
417 stars 28 forks source link

problem with functionGet ordering points by nearest neighbor algorithm #20

Closed ricardsos closed 2 years ago

ricardsos commented 2 years ago

The algorithm returns the ranking of 85 sorted points the first time (this will decrease to 82), the second time it returns the ranking of 2 points but the total points is 82, this function is used inside a while loop, and I'm using clearResult() as the documentation says

karam-mustafa commented 2 years ago

@ricardsos Hi, could you provide an example, please, or if you could share us the points, so we can test them.