sMoreURL now includes countrycodes values

This commit is contained in:
Marc Tobias Metten
2016-12-22 02:06:08 +01:00
parent 3ff8bb55a7
commit adb6ea546f
2 changed files with 7 additions and 0 deletions

View File

@@ -126,6 +126,12 @@ class Geocode
return $this->aExcludePlaceIDs;
}
public function getCountryCodes()
{
return $this->aCountryCodes;
}
public function getViewBoxString()
{
if (!$this->aViewBox) return null;