if ($this->Place instanceof Place) {
            $data['lat'] = $this->Place->lat;
            $data['lon'] = $this->Place->lon;
        }