1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
bycoordsrequester.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\Source\Google\Requesters;
4
10
final
class
ByCoordsRequester
extends
BaseRequester
11
{
12
protected
$url
=
'https://maps.googleapis.com/maps/api/geocode/json'
;
13
protected
$requiredFields
= [
'latlng'
,
'language'
,
'key'
];
14
15
protected
function
makeUrl
(
array
$data
): string
16
{
17
return
parent::makeUrl(
$data
) .
'&location_type=ROOFTOP'
;
18
}
19
}
Bitrix\Location\Source\Google\Requesters\BaseRequester
Определения
baserequester.php:19
Bitrix\Location\Source\Google\Requesters\ByCoordsRequester
Определения
bycoordsrequester.php:11
Bitrix\Location\Source\Google\Requesters\ByCoordsRequester\makeUrl
makeUrl(array $data)
Определения
bycoordsrequester.php:15
Bitrix\Location\Source\Google\Requesters\ByCoordsRequester\$requiredFields
$requiredFields
Определения
bycoordsrequester.php:13
Bitrix\Location\Source\Google\Requesters\ByCoordsRequester\$url
$url
Определения
bycoordsrequester.php:12
$data
$data['IS_AVAILABLE']
Определения
.description.php:13
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
location
lib
source
google
requesters
bycoordsrequester.php
Создано системой
1.14.0