for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* PHPCoord.
*
* @author Doug Wright
*/
declare(strict_types=1);
namespace PHPCoord\Geometry\Extents\BoundingBoxOnly;
* Europe-FSU/Georgia.
* @internal
class Extent1102
{
public function __invoke(): array
return
[
[46.710815429687, 43.584716796875], [38.973373536005, 43.584716796875], [38.973373536005, 41.048042297363], [46.710815429687, 41.048042297363], [46.710815429687, 43.584716796875],
],
];
}