if (!empty($row['lat']) && round($row['lat'], 3) != "0.000" && !empty($row['lon']) && round($row['lon'], 3) != "0.000") {
            $this->Place = Place::Factory($row['lat'], $row['lon']);
        }