• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/googlesource.php
  • Класс: BitrixLocationSourceGoogleGoogleSource
  • Вызов: GoogleSource::isAvailable
public function isAvailable(): bool
{
	return $this->getBackendKey() && $this->getFrontendKey();
}