• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/osm/converters/baseconverter.php
  • Класс: BitrixLocationSourceOsmConvertersBaseConverter
  • Вызов: BaseConverter::getSettlementTypes
protected function getSettlementTypes(): array
{
	return [
		'city',
		'town',
		'village',
		'hamlet',
		'isolated_dwelling',
		'farm',
		'allotments',
	];
}