1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
sourcestaticmapservice.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\StaticMap;
4
5
use Bitrix\Location\Entity\Source;
6
use Bitrix\Location\Geometry\Type\Point;
7
8
abstract
class
SourceStaticMapService
implements
ISourceStaticMapService
9
{
10
protected
Source
$source
;
11
12
public
function
__construct
(
Source
$source
)
13
{
14
$this->source =
$source
;
15
}
16
17
abstract
public
function
getStaticMap
(
18
Point
$point,
19
int
$zoom,
20
int
$width
,
21
int
$height
22
):
StaticMapResult
;
23
}
Bitrix\Location\Geometry\Type\Point
Определения
point.php:8
Bitrix\Location\StaticMap\SourceStaticMapService
Определения
sourcestaticmapservice.php:9
Bitrix\Location\StaticMap\SourceStaticMapService\getStaticMap
getStaticMap(Point $point, int $zoom, int $width, int $height)
Bitrix\Location\StaticMap\SourceStaticMapService\$source
Source $source
Определения
sourcestaticmapservice.php:10
Bitrix\Location\StaticMap\SourceStaticMapService\__construct
__construct(Source $source)
Определения
sourcestaticmapservice.php:12
Bitrix\Location\StaticMap\StaticMapResult
Определения
staticmapresult.php:8
Bitrix\Location\StaticMap\ISourceStaticMapService
Определения
isourcestaticmapservice.php:8
Bitrix\Location\Entity\Source
Определения
config.php:3
$width
$width
Определения
html.php:68
bitrix
modules
location
lib
staticmap
sourcestaticmapservice.php
Создано системой
1.14.0