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/UK - Oxford to Bedford.
* @internal
class Extent4622
{
public function __invoke(): array
return
[
[-0.36666666699995, 52.2375], [-1.4291666669999, 52.2375], [-1.4291666669999, 51.7], [-0.36666666699995, 51.7], [-0.36666666699995, 52.2375],
],
];
}