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 - Kirovohrad oblast.
* @internal
class Extent4634
{
public function __invoke(): array
return
[
[33.896141, 49.24618], [29.749165, 49.24618], [29.749165, 47.748552], [33.896141, 47.748552], [33.896141, 49.24618],
],
];
}