• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/osm/externalidbuilder.php
  • Класс: BitrixLocationSourceOsmExternalIdBuilder
  • Вызов: ExternalIdBuilder::getOsmTypeByExternalId
static function getOsmTypeByExternalId(string $externalId): ?string
{
	return (string)mb_substr($externalId, 0, 1);
}