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/Ukraine - Kherson oblast.
* @internal
class Extent4631
{
public function __invoke(): array
return
[
[35.101343579, 47.595065], [31.510029104, 47.595065], [31.510029104, 45.752471], [35.101343579, 45.752471], [35.101343579, 47.595065],
],
];
}