Exemplo n.º 1
0
 /**
  * return field value
  * @return array field value
  */
 public function values()
 {
     return array('latitude' => $this->latitude->values(), 'longitude' => $this->longitude->values());
 }