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 - Dnipropetrovsk oblast.
* @internal
class Extent4627
{
public function __invoke(): array
return
[
[36.935762, 49.194824999], [32.959435, 49.194824999], [32.959435, 47.458179], [36.935762, 47.458179], [36.935762, 49.194824999],
],
];
}