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 - Sevastopol.
* @internal
class Extent4649
{
public function __invoke(): array
return
[
[33.923939, 44.841954216], [33.378288071, 44.841954216], [33.378288071, 44.386872954], [33.923939, 44.386872954], [33.923939, 44.841954216],
],
];
}