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 - Chernivtsi oblast.
* @internal
class Extent4626
{
public function __invoke(): array
return
[
[27.53335, 48.675824], [24.909263, 48.675824], [24.909263, 47.724987654], [27.53335, 47.724987654], [27.53335, 48.675824],
],
];
}