]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/PlaceLookup.php
use already existing address field in geocodejson
[nominatim.git] / lib / PlaceLookup.php
index 57d6166e6c3e400e3d3803f535d026f820d6b23e..f0db09c9be7f0403c0179f6f3e63ba07c9644162 100644 (file)
@@ -43,11 +43,6 @@ class PlaceLookup
         $this->bIncludePolygonAsPoints = $b;
     }
 
-    public function setAddressDetails($b = true)
-    {
-        $this->bAddressDetails = $b;
-    }
-
     public function setAddressAdminLevels($b = true)
     {
         $this->bAddressAdminLevels = $b;