X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3ff8bb55a72e958b141e1967c426e127595beeb8..adb6ea546ff420a9b68deed77edd5e900c93833a:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 03df6752..4809575d 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;