]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
sMoreURL now includes countrycodes values
[nominatim.git] / lib / Geocode.php
index 03df675278b5b21d43780a7e905355780c592e43..4809575dba7dfc8b2f14ff543432c4651d654593 100644 (file)
@@ -126,6 +126,12 @@ class Geocode
         return $this->aExcludePlaceIDs;
     }
 
+
+    public function getCountryCodes()
+    {
+        return $this->aCountryCodes;
+    }
+
     public function getViewBoxString()
     {
         if (!$this->aViewBox) return null;