dillingham / formation

Laravel search, sort, and filters
MIT License
0 stars 0 forks source link

Feature/bounds #3

Closed dillingham closed 3 years ago

dillingham commented 3 years ago

Adds a filter for getting results within a map boundaries

Filter::bounds()
/users?ne_lat=40.75555971122113&ne_lng=-73.96922446090224&sw_lat=40.74683062112093&sw_lng=-73.98124075728896

sw_lat, sw_lng, ne_lat, ne_lng

Sql inspired from this stack overflow answer