1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
sourcestaticmapservice.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\StaticMap;
4
5use Bitrix\Location\Entity\Source;
6use Bitrix\Location\Geometry\Type\Point;
7
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
23}
getStaticMap(Point $point, int $zoom, int $width, int $height)
$width
Определения html.php:68