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 - Rivne oblast.
* @internal
class Extent4640
{
public function __invoke(): array
return
[
[27.73144197, 51.949638999], [25.084657, 51.949638999], [25.084657, 50.001241], [27.73144197, 50.001241], [27.73144197, 51.949638999],
],
];
}