Esempio n. 1
0
 protected function computeCoordinates()
 {
     $this->longitude = Image::computeGps($this->data["GPSLongitude"], $this->data['GPSLongitudeRef']);
     $this->latitude = Image::computeGps($this->data["GPSLatitude"], $this->data['GPSLatitudeRef']);
 }