• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/area.php
  • Класс: BitrixLocationEntityArea
  • Вызов: Area::setGeometry
public function setGeometry(BaseGeometry $geometry): Area
{
	$this->geometry = $geometry;
	return $this;
}