Example #1
0
 public function byLocation($location)
 {
     $places = Place::distance(1, $location)->get();
     return response()->geojson($places);
 }