country: googleData.address_components
          .filter((el) => el.types.indexOf('country') !== -1)
          .reduce((prev, next) => next.long_name, ''),