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 - Kyiv city.
* @internal
class Extent4623
{
public function __invoke(): array
return
[
[30.82592072, 50.590391531], [30.235906381, 50.590391531], [30.235906381, 50.215848361], [30.82592072, 50.215848361], [30.82592072, 50.590391531],
],
];
}