Example #1
0
 /**
  * Get locations adjacent to this place
  * @return array
  */
 public function getLocations()
 {
     $Locations = new Locations();
     return $Locations->nearby($this->lat, $this->lon, $this->radius);
 }