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 - Volyn oblast.
* @internal
class Extent4644
{
public function __invoke(): array
return
[
[26.10474, 51.968132999], [23.608194032, 51.968132999], [23.608194032, 50.282729999], [26.10474, 50.282729999], [26.10474, 51.968132999],
],
];
}