X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/08f4279b6efd03f83860c90e931625aa435b271e..19e9748874afa4419d89cc36e12613ad57ee867a:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 4a52e4be..5fc3dc6e 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -126,6 +126,12 @@ class Geocode return $this->aExcludePlaceIDs; } + + public function getCountryCodes() + { + return $this->aCountryCodes; + } + public function getViewBoxString() { if (!$this->aViewBox) return null;