String get searchPoiCountry => _searchPoiCountry;
set searchPoiCountry(String value) { _searchPoiCountry = value; notifyListeners(); }