• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location.php
  • Класс: BitrixLocationEntityLocation
  • Вызов: Location::setLongitude
public function setLongitude(string $longitude): self
{
	$this->longitude = $longitude;
	return $this;
}