]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/PlaceLookup.php
tests: more coverage for all API endpoints
[nominatim.git] / lib / PlaceLookup.php
index 40d003fa7c593fc81e3aee0c62c258f8613850c4..4920a1318d6edd24bbb84c5ae1dab83ef4c3bbcf 100644 (file)
@@ -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;