Esempio n. 1
0
 public function toArray()
 {
     return array('southwest' => array('lat' => $this->southwest->getLat(), 'lng' => $this->southwest->getLng()), 'northeast' => array('lat' => $this->northeast->getLat(), 'lng' => $this->northeast->getLng()));
 }