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 - Kharkiv oblast.
* @internal
class Extent4630
{
public function __invoke(): array
return
[
[38.097516, 50.458992002], [34.846111, 50.458992002], [34.846111, 48.528171001], [38.097516, 48.528171001], [38.097516, 50.458992002],
],
];
}