Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/staticmap/
Upload File :
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;
}