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 - Zhytomyr oblast.
* @internal
class Extent4647
{
public function __invoke(): array
return
[
[29.732343, 51.679085001], [27.192852, 51.679085001], [27.192852, 49.583841], [29.732343, 49.583841], [29.732343, 51.679085001],
],
];
}