X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/050b0a2ced5c6fa83efc4c20208d043f779cc376..64185ff94c6087eb7046f509f748e7b4e270ae65:/lib/PlaceLookup.php diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 40d003fa..4920a131 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -45,27 +45,16 @@ class PlaceLookup $this->bNameDetails = $bNameDetails; } - public function setIncludePolygonAsPoints($b = true) { $this->bIncludePolygonAsPoints = $b; } - public function getIncludePolygonAsPoints() - { - return $this->bIncludePolygonAsPoints; - } - public function setIncludePolygonAsText($b = true) { $this->bIncludePolygonAsText = $b; } - public function getIncludePolygonAsText() - { - return $this->bIncludePolygonAsText; - } - public function setIncludePolygonAsGeoJSON($b = true) { $this->bIncludePolygonAsGeoJSON = $b;