1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ifindbycoords.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\Repository\Location\Capability;
4
5
use Bitrix\Location\Entity\Location;
6
7
interface
IFindByCoords
8
{
9
public
function
findByCoords
(
10
float
$lat,
11
float
$lng,
12
int
$zoom,
13
string
$languageId
14
): ?
Location
;
15
}
Bitrix\Location\Repository\Location\Capability\IFindByCoords
Определения
ifindbycoords.php:8
Bitrix\Location\Repository\Location\Capability\IFindByCoords\findByCoords
findByCoords(float $lat, float $lng, int $zoom, string $languageId)
Bitrix\Location\Entity\Location
Определения
collection.php:3
bitrix
modules
location
lib
repository
location
capability
ifindbycoords.php
Создано системой
1.14.0