• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/osm/tokenrequester.php
  • Класс: BitrixLocationSourceOsmTokenRequester
  • Вызов: TokenRequester::getServiceUrl
protected function getServiceUrl(): string
{
	$serviceUrl = $this->source->getOsmServiceUrl();

	return $serviceUrl ?? '';
}