| Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/staticmap/ |
| Current File : /var/www/homesaver/www/bitrix/modules/location/lib/staticmap/isourcestaticmapservice.php |
<?php
namespace Bitrix\Location\StaticMap;
use Bitrix\Location\Geometry\Type\Point;
interface ISourceStaticMapService
{
public function getStaticMap(Point $point, int $zoom, int $width, int $height): StaticMapResult;
}