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;
* Australasia and Oceania/Papua New Guinea - east of 162°E.
* @internal
class Extent4654
{
public function __invoke(): array
return
[
[162.801944652, -2.3456733151388], [162, -2.3456733151388], [162, -4.3526388935375], [162.801944652, -4.3526388935375], [162.801944652, -2.3456733151388],
],
];
}