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 - Cherkasy oblast.
* @internal
class Extent4624
{
public function __invoke(): array
return
[
[32.888516, 50.226978], [29.606869, 50.226978], [29.606869, 48.451539], [32.888516, 48.451539], [32.888516, 50.226978],
],
];
}